Skip to content

Commit

Permalink
This fixes the license appearance on PyPI as the current license file…
Browse files Browse the repository at this point in the history
… was designed to best work with Sphinx.
  • Loading branch information
sdelliot authored and mitchnegus committed Nov 19, 2024
1 parent d0faa24 commit 048757f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ keywords = [
"experimentation",
"minimega",
]
license = {file = "LICENSE"}
license = {text = "Apache License (2.0)"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Telecommunications Industry",
"Intended Audience :: Science/Research",
"License :: Other/Proprietary License",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit 048757f

Please sign in to comment.