Skip to content

Commit

Permalink
remove setup.cfg and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 12, 2024
1 parent 664e22d commit 8f22e7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 142 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include README.rst
include LICENSE.txt
include CHANGES.rst
include setup.cfg
include pyproject.toml
recursive-include doc *

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ acstools = [
"data/truth/*.fits",
]

[tool.setuptools_scm]
version_file = "acstools/version.py"

[tool.pytest.ini_options]
minversion = "5"
testpaths = [
Expand Down
102 changes: 0 additions & 102 deletions setup.cfg

This file was deleted.

39 changes: 0 additions & 39 deletions setup.py

This file was deleted.

0 comments on commit 8f22e7f

Please sign in to comment.