Skip to content

Commit

Permalink
Remove tests property and add twine
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterbles committed Jan 29, 2024
1 parent b00d1cd commit ae2505b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
]

[project.optional-dependencies]
dev = ["build"]
dev = ["build", "twine"]

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

[tool.setuptools]
packages = ["pyaugmecon"]
test_suite = "tests"

0 comments on commit ae2505b

Please sign in to comment.