Skip to content

Commit

Permalink
Replace static version with setuptools-scm version.
Browse files Browse the repository at this point in the history
Ref #4530
  • Loading branch information
jaraco committed Jul 31, 2024
1 parent 5782e2a commit 31e2379
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
20 changes: 0 additions & 20 deletions MANIFEST.in

This file was deleted.

1 change: 1 addition & 0 deletions newsfragments/4530.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace static version with setuptools-scm version.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[build-system]
requires = []
requires = ["setuptools_scm[toml]>=3.4.1"]
build-backend = "setuptools.build_meta"
backend-path = ["."]

[project]
name = "setuptools"
version = "72.1.0"
authors = [
{ name = "Python Packaging Authority", email = "[email protected]" },
]
Expand All @@ -26,6 +25,7 @@ keywords = ["CPAN PyPI distutils eggs package management"]
requires-python = ">=3.8"
dependencies = [
]
dynamic = ["version"]

[project.urls]
Source = "https://github.com/pypa/setuptools"
Expand Down Expand Up @@ -122,6 +122,8 @@ core = [
"platformdirs >= 2.6.2",
]

[tool.setuptools_scm]

[project.entry-points."distutils.commands"]
alias = "setuptools.command.alias:alias"
bdist_egg = "setuptools.command.bdist_egg:bdist_egg"
Expand Down Expand Up @@ -192,5 +194,3 @@ namespaces = true

[tool.distutils.sdist]
formats = "zip"

[tool.setuptools_scm]

0 comments on commit 31e2379

Please sign in to comment.