Skip to content

Commit ae2505b

Browse files
committed
Remove tests property and add twine
1 parent b00d1cd commit ae2505b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
]
4242

4343
[project.optional-dependencies]
44-
dev = ["build"]
44+
dev = ["build", "twine"]
4545

4646
[project.urls]
4747
Homepage = "https://github.com/wouterbles/pyaugmecon"
@@ -52,5 +52,3 @@ make_distribution = "make_distribution.sh"
5252

5353
[tool.setuptools]
5454
packages = ["pyaugmecon"]
55-
test_suite = "tests"
56-

0 commit comments

Comments
 (0)