Skip to content

Commit 16cf0f8

Browse files
committed
fix package version function
1 parent 9155f92 commit 16cf0f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include *.txt
22
include *.md
3+
include xrspatial/.version
34

45
graft xrspatial
56
graft xrspatial/examples
@@ -14,12 +15,10 @@ prune img
1415
prune .idea
1516

1617
exclude xrspatial/.DS_Store
17-
exclude xrspatial/.version
1818
exclude examples/.ipynb_checkpoints/*
1919
exclude examples/user_guide/.ipynb_checkpoints/*
2020
exclude xrspatial/_version.py
2121
exclude xrspatial/.DS_Store
22-
exclude xrspatial/.version
2322
exclude xrspatial/__pycache__/*
2423

2524
exclude xrspatial/examples/user_guide_idea/*

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
22
requires = [
3+
'param >=1.6.1',
34
'pyct >= 0.4.8',
45
'setuptools >= 54.1.2',
56
'wheel >= 0.36.2',

0 commit comments

Comments
 (0)