Skip to content

Commit

Permalink
Removed dynamic versioning for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
perara committed Oct 21, 2024
1 parent 50924f5 commit a5ecd3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
11 changes: 0 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,9 @@ classifiers = [
[tool.setuptools]
packages = ["jsp"]

[tool.setuptools_scm]
write_to = "jsp/_version.py"
version_scheme = "python-simplified-semver"
local_scheme = "no-local-version"

[tool.setuptools_scm.version_scheme]
callable = "jsp._version_scheme:version_scheme"

[tool.pytest.ini_options]
pythonpath = ["."]




[tool.cibuildwheel]
build = "*"
test-skip = ""
Expand Down
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ def build_extension(self, ext):
setup(
name="jobshop",
author="Per-Arne Andersen",
use_scm_version={
"write_to": "jsp/_version.py",
"version_scheme": "jsp._version_scheme:version_scheme",
},
setup_requires=['setuptools_scm'],
author_email="[email protected]",
description="Job Shop Scheduling Algorithms",
long_description=Path("README.md").read_text(),
Expand Down

0 comments on commit a5ecd3a

Please sign in to comment.