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
No related merge requests found
......@@ -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
......@@ -9,3 +12,6 @@ include setup.py
# Include the data files
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.
Please register or to comment