Skip to content

Commit

Permalink
add license to setup.py (#787)
Browse files Browse the repository at this point in the history
* fixed license

* fixed classifiers
  • Loading branch information
michirakara authored Feb 19, 2025
1 parent 5e5ca19 commit 2965051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
setup(
name="PuLP",
version=VERSION,
license="MIT",
description="PuLP is an LP modeler written in python. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand All @@ -30,7 +31,7 @@
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Mathematics",
Expand Down

0 comments on commit 2965051

Please sign in to comment.