diff --git a/README.md b/README.md index 84c5261..f4bf481 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ See the [Release Notes](https://github.com/Dev2Forge/Init-Venv/releases) for det ## License -This project is licensed under the GPL-3.0 License - see the [LICENSE](https://github.com/Dev2Forge/initvenv/LICENSE) file for details. +This project is licensed under the GPL-3.0 License - see the [LICENSE](https://github.com/Dev2Forge/initvenv/blob/main/LICENSE) file for details. ## Links diff --git a/pyproject.toml b/pyproject.toml index 702b27f..00a0a3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "initvenv" -version = "0.1.0a17" +version = "0.1.0pre1" description = "Cross-language CLI tool written in C# to initialize Python virtual environments instantly with one command: 'initvenv'." readme = { file = "README.md", content-type = "text/markdown", charset = "utf-8" } license = "GPL-3.0" @@ -45,7 +45,7 @@ Homepage = "https://github.com/Dev2Forge/initvenv" Repository = "https://github.com/Dev2Forge/initvenv" Issues = "https://github.com/Dev2Forge/initvenv/issues" Download = "https://sourceforge.net/projects/Init-Venv/" -Original = "https://github.com/Dev2Forge/Init-Venv" +Source = "https://github.com/Dev2Forge/Init-Venv" [tool.setuptools] package-dir = {"" = "src"}