Skip to content

Commit

Permalink
chore: add license, trove metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
eykd committed Dec 31, 2024
1 parent 721600e commit 3229c17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,21 @@ description = "SYML (Simple YAML-like Markup Language) is a simple markup langua
authors = ["David Eyk <[email protected]>"]
homepage = "https://github.com/eykd/syml/"
repository = "https://github.com/eykd/syml"
license = "MIT"
readme = "README.md"
packages = [{include = "syml", from = "src"}]

classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Markup",
]


[tool.poetry.dependencies]
python = "^3.12"
parsimonious = "^0.10.0"
Expand Down

0 comments on commit 3229c17

Please sign in to comment.