Skip to content

Commit

Permalink
Merge pull request #94 from Lykos153/bf-build
Browse files Browse the repository at this point in the history
Fix build - remove setuptools-git-versioning from pyproject.toml and also versioneer.py from MANIFEST
  • Loading branch information
yarikoptic authored Oct 28, 2023
2 parents 0c1cd7c + a5c8bdf commit 5cc10a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include versioneer.py
include annexremote/_version.py
include tests/*.py
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,10 @@ doc = ["sphinx"]
requires = [
"setuptools>=41",
"wheel",
"setuptools-git-versioning",
"setuptools_scm[toml]>=6.2",
]
build-backend = "setuptools.build_meta"

[tool.setuptools-git-versioning]
enabled = true

[tool.setuptools_scm]
write_to = "annexremote/_version.py"
fallback_version = "0.0.0"
Expand Down

0 comments on commit 5cc10a3

Please sign in to comment.