Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2f273d

Browse files
Deniz Doganmattrobenolt
Deniz Dogan
authored andcommitted
Fix license field
This is useful while filtering packages on PyPI.
1 parent 145af36 commit f2f273d

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
@@ -180,7 +180,7 @@ class sdist(_sdist):
180180
author_email='[email protected]',
181181
packages=['ua_parser'],
182182
package_dir={'': '.'},
183-
license='LICENSE.txt',
183+
license='Apache 2.0',
184184
zip_safe=False,
185185
url='https://github.com/ua-parser/uap-python',
186186
include_package_data=True,

0 commit comments

Comments
 (0)