2022.23.01.1

This commit is contained in:
ульба 2022-01-23 12:35:05 +05:00
parent 41edf450a5
commit 833ee3455c
2 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,4 @@
python setup.py sdist python setup.py sdist
twine upload dist/* twine upload dist/*
rm -rf "dist"
rm -rf "MockupEngineer.egg-info"

View File

@ -1,10 +1,10 @@
from setuptools import setup from setuptools import setup, find_packages
setup( setup(
name='MockupEngineer', name='MockupEngineer',
version='2022.22.01.13', version='2022.23.01.1',
packages=['MockupModule', 'MockupModule.templates'], packages=find_packages(exclude=['MockupModule*']),
url='https://github.com/ulbwazhine/MockupEngineer', url='https://github.com/ulbwazhine/MockupEngineer',
license='MIT', license='MIT',
author='Ulbwazhine', author='Ulbwazhine',