Metadata-Version: 2.1
Name: ypcc
Version: 0.6.8
Summary: ccpy
Home-page: https://github.com/jeakwon/ypcc
Author: jeakwon
Author-email: onlytojay@gmail.com
License: MIT
Download-URL: https://github.com/jeakwon/ypcc/archive/0.0.tar.gz
Keywords: ypcc
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: numpy (<1.15)

# ypcc
파이썬 배포가능한 패키지 만들기 프로젝트

# New in v0.5
https://github.com/jeakwon/ypcc 로 깃허브 주소 변경
array.py 추가
requiremnts.txt 추가
.gitignore에 .vscode/ 무시추가 


# 배포 가능한 파이썬 패키지 만들어보기

참고 링크 :  
https://rampart81.github.io/post/python_package_publish/


https://setuptools.readthedocs.io/en/latest/setuptools.html

