Skip to content

Commit

Permalink
Switch to pyproject.toml with versioneer.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeaucage committed Sep 4, 2024
1 parent df0b7d0 commit 854e724
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 307 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[build-system]
requires = [
"setuptools>=42",
"wheel",
"versioneer"
]
requires = ["setuptools", "wheel", "versioneer[toml]"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -75,4 +71,4 @@ style = "pep440"
versionfile_source = "src/PyHyperScattering/_version.py"
versionfile_build = "PyHyperScattering/_version.py"
tag_prefix = ""
parentdir_prefix = "pyhyperscattering-"
parentdir_prefix = "pyhyperscattering-"
48 changes: 0 additions & 48 deletions setup.cfg

This file was deleted.

Loading

0 comments on commit 854e724

Please sign in to comment.