From 16cf0f860d2220deed142d6ea1b73ebadc975e08 Mon Sep 17 00:00:00 2001 From: giancastro Date: Thu, 6 May 2021 18:47:34 -0300 Subject: [PATCH] fix package version function --- MANIFEST.in | 3 +-- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 65714743..ab2c258b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include *.txt include *.md +include xrspatial/.version graft xrspatial graft xrspatial/examples @@ -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/* diff --git a/pyproject.toml b/pyproject.toml index 04da7e00..2ebfc87c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [build-system] requires = [ + 'param >=1.6.1', 'pyct >= 0.4.8', 'setuptools >= 54.1.2', 'wheel >= 0.36.2',