mirror of
https://github.com/ulbwazhine/MockupEngineer.git
synced 2024-11-24 09:43: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
|
||||
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(
|
||||
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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user