Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created January 25, 2017 09:07
Embed
What would you like to do?
【Python】自作パッケージをpipで管理
from distutils.core import setup
setup(name='package',
version='1.0',
description='My Package',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment