Skip to content

Commit

Permalink
Merge branch 'master' into 3.0.0
Browse files Browse the repository at this point in the history
Changes:
- Added [tool.setuptools] section to pyproject.toml
- Removed setup.py
  • Loading branch information
tleonhardt committed Nov 3, 2024
2 parents 9fed661 + 8117d3b commit dba971e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 119 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,7 @@ docstring-code-format = false
# enabled.
docstring-code-line-length = "dynamic"

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

[tool.setuptools_scm]
119 changes: 0 additions & 119 deletions setup.py

This file was deleted.

0 comments on commit dba971e

Please sign in to comment.