Skip to content

Commit

Permalink
fix: Still forcing versioning for release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyThomsonMonash committed Jan 11, 2024
1 parent df39bd2 commit 08e647b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
25 changes: 14 additions & 11 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 0 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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 = ""
Expand Down

0 comments on commit 08e647b

Please sign in to comment.