From 08e647bac1dded0c807bbb9a3571a741505bd488 Mon Sep 17 00:00:00 2001 From: RoyThomsonMonash Date: Thu, 11 Jan 2024 16:10:03 +1100 Subject: [PATCH] fix: Still forcing versioning for release-please --- conda/meta.yaml | 25 ++++++++++++++----------- setup.py | 12 ------------ 2 files changed, 14 insertions(+), 23 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 58198981..dfc7d2f4 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -17,28 +17,31 @@ requirements: host: - pip - python - # - pybind11 - setuptools + - numpy + - geopandas + - map2model + - hjson + - loopprojectfile + - beartype run: - python - numpy - pandas - geopandas - # - shapely - # - descartes - # - matplotlib-base - # - networkx - # - owslib - # - tqdm - map2model - # - mplstereonet - hjson - loopprojectfile - beartype -# test: -# imports: -# - map2loop +test: + imports: + - map2loop + - geopandas + - map2model + - hjson + - loopprojectfile + - beartype about: home: "https://github.com/Loop3D/map2loop-3" diff --git a/setup.py b/setup.py index 9a7d9c6e..2563b12d 100644 --- a/setup.py +++ b/setup.py @@ -1,22 +1,10 @@ import os import sys import setuptools -# import subprocess from map2loop.version import __version__ head, tail = os.path.split(sys.argv[0]) -# try: -# cmd = 'bash .git.sh' -# subprocess.run( -# cmd.split()) -# cmd = 'git tag -a {0} -m {0}'.format( -# __version__) -# subprocess.run( -# cmd.split()) -# except Exception as e: -# print(e) - def get_description(): long_description = ""