Skip to content

Commit 8ffcf0c

Browse files
authored
Merge pull request #241 from yegorich/license
setup.py: fix license tag
2 parents 5e2f143 + 148bf8d commit 8ffcf0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
python_requires='>=3.5',
118118
classifiers=CLASSIFIERS,
119119
keywords=KEYWORDS,
120-
license='BSD (2 clause)',
120+
license='BSD-3-Clause',
121121
)
122122

123123
if __name__ == '__main__':

0 commit comments

Comments
 (0)