Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created January 25, 2017 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurozumi/7cc8b7903427e372db94efc063ea085c to your computer and use it in GitHub Desktop.
Save kurozumi/7cc8b7903427e372db94efc063ea085c to your computer and use it in GitHub Desktop.
【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