Skip to content

Commit 88c940f

Browse files
committed
Fix license string to match PyPI requirements
1 parent 2dae355 commit 88c940f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ def read(fname):
5353
"Environment :: Console",
5454
"Programming Language :: Python",
5555
"Topic :: Scientific/Engineering",
56-
"License :: Apache Software License",
56+
"License :: OSI Approved :: Apache Software License",
5757
],
5858
)

0 commit comments

Comments
 (0)