Skip to content

Commit

Permalink
Update to versioneer 0.29 and devendor
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhurba01 committed Mar 11, 2024
1 parent 53e8f44 commit 64cc9ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2,071 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include versioneer.py
include cuda/_version.py
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# is strictly prohibited.

[build-system]
requires = ["setuptools", "setuptools-scm", "cython", "pyclibrary"]
requires = ["setuptools", "versioneer[toml]==0.29", "cython", "pyclibrary"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ pytest>=6.2.4
pytest-benchmark>=3.4.1
numpy>=1.21.1
pyclibrary>=0.1.7
setuptools
tomli; python_version < "3.11"
versioneer==0.29
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
from setuptools import find_packages, setup
from setuptools.extension import Extension
from setuptools.command.build_ext import build_ext
try:
import versioneer
except ImportError:
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
import versioneer
import versioneer

# ----------------------------------------------------------------------
# Fetch configuration options
Expand Down
Loading

0 comments on commit 64cc9ae

Please sign in to comment.