Skip to content

Commit

Permalink
Update metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjziebarth committed Apr 13, 2023
1 parent 638776c commit 8a8667f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,22 @@ description = "Combining build_ext with the Meson build system"
dependencies = [
"meson"
]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Framework :: Setuptools Plugin",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Topic :: Software Development :: Build Tools"
]
readme = "README.md"
license = {text="MIT"}

[project.urls]
"Homepage" = "https://github.com/mjziebarth/Mebuex"
"Bug Tracker" = "https://github.com/mjziebarth/Mebuex/issues"

[tool.setuptools]
packages = ["mebuex"]

0 comments on commit 8a8667f

Please sign in to comment.