Merge pull request #87 from vsandeepsrivastav/master

re was imported but never used so removed the same, line 20 in the o…
This commit is contained in:
2016-12-14 10:42:11 -08:00
committed by GitHub
+2 -2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/env python
import os
import re
import sys
from codecs import open
@@ -17,6 +16,7 @@ if sys.argv[-1] == 'publish':
requires = ['SQLAlchemy', 'tablib', 'docopt']
version = '0.5.0'
def read(f):
return open(f, encoding='utf-8').read()
@@ -31,7 +31,7 @@ setup(
py_modules=['records'],
package_data={'': ['LICENSE']},
include_package_data=True,
entry_points = {
entry_points={
'console_scripts': ['records=records:cli'],
},
install_requires=requires,