Skip to content

Commit

Permalink
fix package version function
Browse files Browse the repository at this point in the history
  • Loading branch information
giancastro committed May 6, 2021
1 parent 9155f92 commit 16cf0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include *.txt
include *.md
include xrspatial/.version

graft xrspatial
graft xrspatial/examples
Expand All @@ -14,12 +15,10 @@ prune img
prune .idea

exclude xrspatial/.DS_Store
exclude xrspatial/.version
exclude examples/.ipynb_checkpoints/*
exclude examples/user_guide/.ipynb_checkpoints/*
exclude xrspatial/_version.py
exclude xrspatial/.DS_Store
exclude xrspatial/.version
exclude xrspatial/__pycache__/*

exclude xrspatial/examples/user_guide_idea/*
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = [
'param >=1.6.1',
'pyct >= 0.4.8',
'setuptools >= 54.1.2',
'wheel >= 0.36.2',
Expand Down

0 comments on commit 16cf0f8

Please sign in to comment.