Skip to content

Commit

Permalink
Use lsst_versions to determine build version number
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Apr 12, 2022
1 parent 6069ca3 commit 0e8b888
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 32 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools", "lsst_versions @ git+https://github.com/lsst/lsst_versions@tickets/DM-32408"]
build-backend = "setuptools.build_meta"

[tool.towncrier]
package = "lsst.utils"
package_dir = "python"
Expand Down Expand Up @@ -49,3 +53,6 @@ target-version = ["py38"]
[tool.isort]
profile = "black"
line_length = 110

[tool.lsst_versions]
write_to = "python/lsst/utils/version.py"
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
readme = file: README.rst

[options]
# zip_safe can't be used for mypy compatibility
Expand Down
32 changes: 0 additions & 32 deletions setup.py

This file was deleted.

0 comments on commit 0e8b888

Please sign in to comment.