Skip to content

Commit

Permalink
fix #574: python packaging: include python/README.rst in an other way
Browse files Browse the repository at this point in the history
  • Loading branch information
pirbo committed May 3, 2019
1 parent c1e7656 commit b1211b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -50,7 +50,7 @@ def readme():

setup(name='kappy',
license='LGPLv3',
version='4.0.90',
version='4.0.91',
description='Wrapper to interact with the Kappa tool suite',
long_description=readme(),
url='https://github.com/Kappa-Dev/KaSim.git',
Expand All @@ -67,9 +67,9 @@ def readme():
install_requires=['requests', 'future'],
package_dir={'':'python'},
include_package_data=True,
package_data={
'': ['README.rst'],
},
data_files=[
('python', ['python/README.rst']),
],
packages=['kappy'],
zip_safe=False,
# This distribution contains binaries not built with
Expand Down

0 comments on commit b1211b7

Please sign in to comment.