Loading recipe/meta.yaml +4 −2 Original line number Diff line number Diff line Loading @@ -20,16 +20,18 @@ requirements: build: host: - pip - python - python >=3 - setuptools run: - python - python >=3 - csmapi - gdal - jinja2 - numpy - pyproj - requests - scipy - shapely test: imports: Loading setup.py +1 −1 Original line number Diff line number Diff line from setuptools import setup, find_packages setup( name='knoten', version='0.1.0', version='0.2.0', long_description='', packages=find_packages(), include_package_data=True, Loading Loading
recipe/meta.yaml +4 −2 Original line number Diff line number Diff line Loading @@ -20,16 +20,18 @@ requirements: build: host: - pip - python - python >=3 - setuptools run: - python - python >=3 - csmapi - gdal - jinja2 - numpy - pyproj - requests - scipy - shapely test: imports: Loading
setup.py +1 −1 Original line number Diff line number Diff line from setuptools import setup, find_packages setup( name='knoten', version='0.1.0', version='0.2.0', long_description='', packages=find_packages(), include_package_data=True, Loading