mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
re was imported but never used so removed the same, line 20 in the original file needed two blank lines before function definition added the same and extra spaces around the operator in line 34 removed the same.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user