Skip to content

Commit cdb5e94

Browse files
committed
Adds license information to the setup function
As suggested in https://packaging.python.org/distributing/#license
1 parent e345bec commit cdb5e94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ def run_setup(extensions):
403403
description='Python driver for Cassandra',
404404
long_description=long_description,
405405
url='http://github.com/datastax/python-driver',
406+
license='ASL 2.0',
406407
author='Tyler Hobbs',
407408
author_email='tyler@datastax.com',
408409
packages=['cassandra', 'cassandra.io', 'cassandra.cqlengine'],

0 commit comments

Comments
 (0)