Metadata-Version: 2.1
Name: example-pkg-umihico
Version: 0.2.4
Summary: ease pypi deployment with docker
Home-page: https://github.com/umihico/pypienv
Author: umihico
Author-email: umihico@users.noreply.github.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: boto3

# pypienv

- place the package directory(example_pkg_umihico)
- copy `pypi` directory
- configure `pypi/setup.py`
- prepare your README.md
- copy Makefile or append the content to your Makefile
- `make pypi_stg`
- `make pypi_prod`


