Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ def read_version():
package_dir={'': 'lib'},
include_package_data=True,
install_requires=read_reqs('requirements.txt'),
license="BSD",
license="(BSD-3-Clause AND PSF-2.0)",
zip_safe=False,
keywords='astunparse',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'License :: OSI Approved :: Python Software Foundation License',
'License :: OSI Approved :: BSD-3-Clause',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
Expand Down