We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00d1cd commit ae2505bCopy full SHA for ae2505b
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
]
42
43
[project.optional-dependencies]
44
-dev = ["build"]
+dev = ["build", "twine"]
45
46
[project.urls]
47
Homepage = "https://github.com/wouterbles/pyaugmecon"
@@ -52,5 +52,3 @@ make_distribution = "make_distribution.sh"
52
53
[tool.setuptools]
54
packages = ["pyaugmecon"]
55
-test_suite = "tests"
56
-
0 commit comments