We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f5334 commit 76afc83Copy full SHA for 76afc83
1 file changed
setup.py
@@ -86,6 +86,7 @@
86
author_email="stefan_ml@behnel.de",
87
url="https://github.com/scoder/quicktions",
88
#bugtrack_url="https://github.com/scoder/quicktions/issues",
89
+ license="PSF-2.0",
90
91
ext_modules=ext_modules,
92
package_dir={'': 'src'},
@@ -99,6 +100,5 @@
99
100
"Programming Language :: Cython",
101
"Topic :: Scientific/Engineering :: Mathematics",
102
"Topic :: Office/Business :: Financial",
- "License :: OSI Approved :: Python Software Foundation License",
103
],
104
)
0 commit comments