syntax error

This commit is contained in:
2016-02-07 02:23:47 -05:00
parent 51aa01b44c
commit eb8e133fb4
+1 -1
View File
@@ -31,7 +31,7 @@ setup(
author='Kenneth Reitz',
author_email='me@kennethreitz.org',
url='https://github.com/kennethreitz/records',
py_modules=['records']
py_modules=['records'],
package_data={'': ['LICENSE']},
include_package_data=True,
install_requires=requires,