Skip to content

Commit

Permalink
build(pyproject): add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Jul 13, 2023
1 parent e32f550 commit 8e0cbf9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@
name = "Remarshal"
version = "0.15.1"
description = "Convert between CBOR, JSON, MessagePack, TOML, and YAML"
authors = ["D. Bohdan"]
authors = ["D. Bohdan <dbohdan@dbohdan.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/remarshal-project/remarshal"
repository = "https://github.com/remarshal-project/remarshal"
keywords = ["converter", "cbor", "json", "messagepack", "msgpack", "toml", "yaml"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: File Formats",
"Topic :: File Formats :: JSON",
"Topic :: Utilities"
]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 8e0cbf9

Please sign in to comment.