Skip to content

Commit

Permalink
Update to use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
T0RNATO committed Aug 16, 2023
1 parent 6738f35 commit af3b991
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
#[build-system]
#requires = ["setuptools"]
#build-backend = "setuptools.build_meta"
#
#[project]
#name = "scutemc"
#version = "0.0.1"
#description = "A Python library for making Minecraft datapacks."
#requires-python = ">=3.11"
#readme = "README.md"
#
#[tool.setuptools.package-dir]
#scute = "scute"

[project.urls]
documentation = "https://t0rnato.github.io/scute"
repository = "https://github.com/T0RNATO/scute"

[project]
[tool.poetry]
name = "scutemc"
version = "0.0.1"
description = "A Python library for making Minecraft datapacks."
requires-python = ">=3.11"
readme = "README.md"

[tool.setuptools.package-dir]
scute = "scute"
authors = [
"TorNato"
]
documentation = "https://t0rnato.github.io/scute"
repository = "https://github.com/T0RNATO/scute"

0 comments on commit af3b991

Please sign in to comment.