diff --git a/MANIFEST.in b/MANIFEST.in index 535639c..0003b57 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -global-include *.md *.png *.ini +global-include *.md *.png *.ini *.txt global-exclude ./generated exclude deploy.py readme-template.md .gitignore \ No newline at end of file diff --git a/deploy.py b/deploy.py index 2afd5a5..1c10ca4 100644 --- a/deploy.py +++ b/deploy.py @@ -79,6 +79,6 @@ def run_pypi(): if __name__ == '__main__': create_readme() - create_examples() + # create_examples() bump_version() run_pypi() diff --git a/setup.py b/setup.py index 1990717..1ad8e3c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name='MockupEngineer', - version='2022.02.03.4', + version='2022.02.03.5', packages=find_packages(), url='https://github.com/ulbwazhine/MockupEngineer', license='MIT',