mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 19:29:28 +00:00
Add a .gitignore and update the setup.py
This commit is contained in:
parent
00e4315fab
commit
01f0008125
2 changed files with 5 additions and 2 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
.DS_Store
|
||||||
|
.pyc
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
*.egg-info
|
2
setup.py
2
setup.py
|
@ -17,8 +17,6 @@ setup(name='sprockets.http',
|
||||||
version='0.1.0',
|
version='0.1.0',
|
||||||
description=('HTTP Server / Web application controller'),
|
description=('HTTP Server / Web application controller'),
|
||||||
author='AWeber Communications',
|
author='AWeber Communications',
|
||||||
maintainer='Gavin M. Roy',
|
|
||||||
maintainer_email='gavinr@aweber.com',
|
|
||||||
url='https://github.com/sprockets/sprockets.http',
|
url='https://github.com/sprockets/sprockets.http',
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
license=open('LICENSE').read(),
|
license=open('LICENSE').read(),
|
||||||
|
|
Loading…
Reference in a new issue