Metadata-Version: 2.1
Name: YCPython
Version: 0.0.1.1
Summary: Python package by YuChulYANG
Home-page: https://gitlab.com/ycyang/YCPython/
Author: YuChul YANG
Author-email: yuchulyang@naver.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown


## Getting started
```
git clone https://gitlab.com/ycyang/YCPython.git
```

```
#python etc/setup.py sdist bdist_wheel
#python -m twine upload dist/*

python etc/setup.py bdist_wheel
twine upload dist/*.whl
```


