Skip to content

Commit

Permalink
fix pip install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
devmessias committed Sep 7, 2019
1 parent 5106d6a commit 4b4d88c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
%%writefile cukuramoto/MANIFEST.in
recursive-include src/ *
include *.pxd
include *.pyx
include README.md
include img.png
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def build_extensions(self):

setup(
name = 'cukuramoto',
version = '1.0.0',
version = 'v1.0.0',
ext_modules = [ext],
# Inject our custom trigger
cmdclass = {'build_ext': custom_build_ext},
Expand All @@ -149,7 +149,7 @@ def build_extensions(self):
author="Bruno Messias; Thomas K. Peron",
download_url="https://github.com/stdogpkg/cukuramoto/archive/v1.0.0.tar.gz",
keywords=[
"gpu", "science", "complex-networks", "graphs", "dynamics",
"cuda", "science", "complex-networks", "graphs", "dynamics",
"tensorflow", "kuramoto"
],
classifiers=[
Expand Down

0 comments on commit 4b4d88c

Please sign in to comment.