Skip to content

Commit

Permalink
Merge pull request #114 from AllenCellModeling/feature/license-metadata
Browse files Browse the repository at this point in the history
Make GPLv3 available in metadata
  • Loading branch information
toloudis authored Mar 22, 2024
2 parents 2e2faee + 181e772 commit 1fc923e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ def build_extension(self, ext):
long_description_content_type="text/markdown",
include_package_data=True,
keywords="aicspylibczi, allen cell, imaging, computational biology",
license="GPLv3",
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
],
ext_modules=[CMakeExtension('_aicspylibczi')],
packages=['aicspylibczi'],
cmdclass=dict(build_ext=CMakeBuild),
Expand Down

0 comments on commit 1fc923e

Please sign in to comment.