Metadata-Version: 2.1
Name: nugu
Version: 0.2
Summary: About nugu prgrammer named YangChoi
Home-page: https://github.com/yangchoi/nugu
Author: YangChoi
Author-email: yangchoi.hj@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown


### package update
1. package build - create deploy file in dist/
```bash
python3 setup.py sdist bdist_wheel
```

2. Run script for uploading package to PyPi
```bash
python3 upload_package.py
```
