diff --git a/pypi.sh b/pypi.sh index bfa0e9f..7be8326 100644 --- a/pypi.sh +++ b/pypi.sh @@ -1,2 +1,4 @@ python setup.py sdist -twine upload dist/* \ No newline at end of file +twine upload dist/* +rm -rf "dist" +rm -rf "MockupEngineer.egg-info" \ No newline at end of file diff --git a/setup.py b/setup.py index 55b74c8..46def5f 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ -from setuptools import setup +from setuptools import setup, find_packages setup( name='MockupEngineer', - version='2022.22.01.13', - packages=['MockupModule', 'MockupModule.templates'], + version='2022.23.01.1', + packages=find_packages(exclude=['MockupModule*']), url='https://github.com/ulbwazhine/MockupEngineer', license='MIT', author='Ulbwazhine',