Metadata-Version: 2.1
Name: deployalmera
Version: 0.0.6
Summary: Despliegue aplicaciones angular
Home-page: https://github.com/pypa/sampleproject
Author: Gian Carlos Figueroa
Author-email: gfigueroa@almeraim.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

python3 -m pip install --user --upgrade setuptools wheel
python3 setup.py sdist bdist_wheel
python3 -m pip install --user --upgrade twine
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*



