Commit 09774db9 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Merge pull request #16 from jlaura/version

Bumps version and fixes recipe
parents a7af7dab 851f5d89
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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:
+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,