Skip to content

Commit

Permalink
error with description in setup. Remove description for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lnthach committed Feb 12, 2023
1 parent f24a2df commit 0c71c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
'': 'src'
},
#description='Example python module with cython.',
long_description=open('README.md').read(),
#long_description=open('README.md').read(),
ext_modules=cythonize([cstuff]),
)

0 comments on commit 0c71c86

Please sign in to comment.