From 833ee3455cd48bfbfd1ad107c99351f6907333f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=83=D0=BB=D1=8C=D0=B1=D0=B0?= <81091299+ulbwa@users.noreply.github.com> Date: Sun, 23 Jan 2022 12:35:05 +0500 Subject: [PATCH] 2022.23.01.1 --- pypi.sh | 4 +++- setup.py | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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',