Skip to content

Commit ad48a9e

Browse files
authoredJan 4, 2023
Merge pull request #3971 from johnthagen/patch-1
Add license trove classifier
2 parents 8ea0528 + 1404398 commit ad48a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/python/plotly/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ def run(self):
512512
"Programming Language :: Python :: 3.8",
513513
"Programming Language :: Python :: 3.9",
514514
"Topic :: Scientific/Engineering :: Visualization",
515+
"License :: OSI Approved :: MIT License",
515516
],
516517
python_requires=">=3.6",
517518
license="MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.