Skip to content
Snippets Groups Projects
Commit 87f11910 authored by Georgiy Eterevskiy's avatar Georgiy Eterevskiy
Browse files

Fix MANIFEST.in

parent 849ef088
No related branches found
No related tags found
1 merge request!15Fix MANIFEST.in
......@@ -9,6 +9,7 @@ __pycache__/
*.so
# Distribution / packaging
.DS_Store
.Python
build/
develop-eggs/
......
# Include requirements
include requirements.txt build-requirements.txt
# Include the README
include *.md
......@@ -8,4 +11,7 @@ include LICENSE.txt
include setup.py
# Include the data files
recursive-include data *
\ No newline at end of file
recursive-include data *
# Include examples
recursive-include examples *
\ No newline at end of file
......@@ -14,7 +14,7 @@ def load_requirements():
setup(
name='perxis',
version='0.0.6',
version='0.0.7',
description='Perxis python client',
long_description=long_description,
long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment