Skip to content

Commit 5c2e540

Browse files
authored
fix: Add detailed license information in setup.cfg (#54)
* Add detailed license information in setup.cfg * fix: remove license classifier and fix metadata key
1 parent c10f698 commit 5c2e540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description_file = README.md
77
author = William Silversmith
88
author_email = [email protected]
99
home_page = https://github.com/seung-lab/fastremap/
10-
licenses = LGPL-3.0
10+
license = LGPL-3.0
1111
classifier =
1212
Intended Audience :: Developers
1313
Development Status :: 5 - Production/Stable
@@ -28,4 +28,4 @@ setup_hooks =
2828
packages = fastremap
2929

3030
[bdist_wheel]
31-
universal = 0
31+
universal = 0

0 commit comments

Comments
 (0)