Skip to content

Commit

Permalink
Fix pip install stuff... cython
Browse files Browse the repository at this point in the history
  • Loading branch information
tammoippen committed Sep 4, 2017
1 parent 38921ba commit 439c631
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ build/
*.html
*.pyc
__pycache__/
dist/
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
recursive-include geohash_hilbert *.pyx *.py
recursive-exclude geohash_hilbert *.so *.c *.pyc
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
url='https://github.com/tammoippen/geohash-hilbert',
download_url='https://github.com/tammoippen/geohash-hilbert/archive/v{}.tar.gz'.format(version),
keywords=['geohash', 'hilbert', 'space filling curve', 'geometry'],
include_package_data=True,
**setup_cython
)

0 comments on commit 439c631

Please sign in to comment.