Created
February 17, 2017 19:37
-
-
Save autoferrit/57eb1cfaebfc8a4d9df7f993ac561d7a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# !/usr/bin/env python | |
from distutils.core import setup | |
setup( | |
name='package_name', | |
packages=['package_name'], | |
author='Audrey Roy Greenfeld', | |
author_email='[email protected]', | |
url='https://github.com/audreyr/cookiecutter-pypackage', | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment