Skip to content

Commit 76afc83

Browse files
committed
Modernise license declaration in setup.py.
1 parent 85f5334 commit 76afc83

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
@@ -86,6 +86,7 @@
8686
author_email="stefan_ml@behnel.de",
8787
url="https://github.com/scoder/quicktions",
8888
#bugtrack_url="https://github.com/scoder/quicktions/issues",
89+
license="PSF-2.0",
8990

9091
ext_modules=ext_modules,
9192
package_dir={'': 'src'},
@@ -99,6 +100,5 @@
99100
"Programming Language :: Cython",
100101
"Topic :: Scientific/Engineering :: Mathematics",
101102
"Topic :: Office/Business :: Financial",
102-
"License :: OSI Approved :: Python Software Foundation License",
103103
],
104104
)

0 commit comments

Comments
 (0)