Skip to content

Commit 810adf2

Browse files
authored
Use correct licence in setup.py (fixes #216) (#217)
1 parent 7c93cd3 commit 810adf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def find_stub_files():
4848
long_description_content_type='text/markdown',
4949
author='Ivan Levkivskyi',
5050
author_email='levkivskyi@gmail.com',
51-
license='MIT License',
51+
license='Apache 2.0',
5252
url="https://github.com/dropbox/sqlalchemy-stubs",
5353
py_modules=['sqlmypy', 'sqltyping'],
5454
install_requires=[

0 commit comments

Comments
 (0)