Skip to content

Commit

Permalink
Fixes pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hermaplusplus committed Aug 29, 2023
1 parent 4e8587f commit e1ac299
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
[project]
name = "byong2json"
version = "1.0.2"
description = "Tool for converting BYOND hub and player data to JSON strings or Python dictionaries."
license = "MIT"
authors = [
"Herma <[email protected]>",
]
readme = "README.md"
repository = "https://github.com/hermaplusplus/byond2json"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

0 comments on commit e1ac299

Please sign in to comment.