diff --git a/MANIFEST.in b/MANIFEST.in index 05c5da4..608d55f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include *.py +include *.py *.md recursive-include namekoplus/chassis *.py recursive-include namekoplus/templates *.py *.yml \ No newline at end of file diff --git a/README.md b/README.md index 4f1f91c..1dcd14c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # namekoplus + A lightweight Python distributed microservice solution ## Document diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index e69de29..0000000 diff --git a/setup.py b/setup.py index ff14fce..2a495b5 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,10 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='namekoplus', - version='0.1.0', + version='0.1.1', description='A lightweight Python distributed microservice solution', long_description=long_description, + long_description_content_type='text/markdown', url='https://github.com/Bryanthelol/namekoplus', author='Bryant He', @@ -34,6 +35,7 @@ setup( packages=find_packages(exclude=['contrib', 'docs', 'tests']), include_package_data=True, + data_files=['README.md'], entry_points={ 'console_scripts': [