Add a .gitignore and update the setup.py

This commit is contained in:
Gavin M. Roy 2014-08-19 13:22:13 -04:00
parent 00e4315fab
commit 01f0008125
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
.DS_Store
.pyc
build
dist
*.egg-info

View file

@ -17,8 +17,6 @@ setup(name='sprockets.http',
version='0.1.0',
description=('HTTP Server / Web application controller'),
author='AWeber Communications',
maintainer='Gavin M. Roy',
maintainer_email='gavinr@aweber.com',
url='https://github.com/sprockets/sprockets.http',
install_requires=requirements,
license=open('LICENSE').read(),