Skip to content

Commit

Permalink
Add package attrs to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
paetzke committed Sep 7, 2015
1 parent c46cf93 commit ecc6bda
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE
include README.rst
include requirements/package.txt
1 change: 1 addition & 0 deletions requirements/package.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
attrs
2 changes: 2 additions & 0 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-r package.txt

coveralls
mock
pytest
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
format-sql
Makes your SQL readable.
Copyright (c) 2014, Friedrich Paetzke (paetzke@fastmail.fm)
Copyright (c) 2014-2015, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand All @@ -18,6 +18,7 @@
author_email='paetzke@fastmail.fm',
url='https://github.com/paetzke/format-sql',
packages=find_packages(exclude=['tests*']),
install_requires=open('requirements/package.txt').read().splitlines(),
entry_points={
'console_scripts': ['format-sql = format_sql.main:main']
},
Expand Down

0 comments on commit ecc6bda

Please sign in to comment.