Skip to content

Commit f8b1bca

Browse files
authored
Merge pull request #702 from gtalarico-x/gtx--license-info
Add license info to setup.py
2 parents 71c63a8 + d295bae commit f8b1bca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,14 @@ def build_extension(self, ext):
148148
version='8.17.0',
149149
author='Robert McNeel & Associates',
150150
author_email='[email protected]',
151+
license="MIT",
152+
classifiers=[
153+
"Intended Audience :: Developers",
154+
"License :: OSI Approved :: MIT License",
155+
"Programming Language :: Python :: 3",
156+
"Operating System :: OS Independent",
157+
"Topic :: Software Development :: Libraries :: Python Modules",
158+
],
151159
description='Python library based on OpenNURBS with a RhinoCommon style',
152160
long_description=
153161
"""# rhino3dm.py

0 commit comments

Comments
 (0)