Skip to content

Instantly share code, notes, and snippets.

@autoferrit
Created February 17, 2017 19:37
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 autoferrit/57eb1cfaebfc8a4d9df7f993ac561d7a to your computer and use it in GitHub Desktop.
Save autoferrit/57eb1cfaebfc8a4d9df7f993ac561d7a to your computer and use it in GitHub Desktop.
# !/usr/bin/env python
from distutils.core import setup
setup(
name='package_name',
packages=['package_name'],
author='Audrey Roy Greenfeld',
author_email='aroy@alum.mit.edu',
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