Skip to content

Commit

Permalink
Fixed pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Oct 26, 2023
1 parent ae5ad0b commit bffe7a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 86 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,16 @@ classifiers = [
"Changes" = "https://github.com/heuer/segno/blob/master/CHANGES.rst"


[tool.setuptools]
packages = ["segno"]


[tool.setuptools.dynamic]
version = {attr = "segno.__version__"}


[project.scripts]
segno = "segno:cli:main"
segno = "segno.cli:main"


[tool.setuptools.package-data]
Expand Down
71 changes: 0 additions & 71 deletions setup.cfg

This file was deleted.

14 changes: 0 additions & 14 deletions setup.py

This file was deleted.

0 comments on commit bffe7a7

Please sign in to comment.