Skip to content

Commit 99a7269

Browse files
committed
Add license information in setup.py
1 parent c01aa51 commit 99a7269

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

arango/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '3.12.0'
1+
VERSION = '3.12.1'

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
include_package_data=True,
1616
install_requires=['requests', 'six'],
1717
tests_require=['pytest'],
18+
license='MIT',
1819
classifiers=[
1920
'Intended Audience :: Developers',
2021
'Intended Audience :: End Users/Desktop',

0 commit comments

Comments
 (0)