mirror of
https://github.com/ulbwazhine/MockupEngineer.git
synced 2024-11-24 17:53:44 +03:00
2022.23.01.1
This commit is contained in:
parent
41edf450a5
commit
833ee3455c
2
pypi.sh
2
pypi.sh
|
@ -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"
|
6
setup.py
6
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user