Skip to content

Commit

Permalink
Fix typos, update .gitignore, and add repo to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddeCraft committed Oct 23, 2022
1 parent 0378fc6 commit 8fedefd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test/testdpfolder/data/testdp
test/testdpfolder/
__pycache__
dist
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# PyFunction
# PyMCFunction

PyMCFunction is a tool to write Minecraft datapacks in Python.

## Usage

Check pymcfunction/pyfunction/pmf --help
Check `pymcfunction/pyfunction/pmf --help`

## Docs

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include = [
"LICENSE",
]
readme = "README.md"
repository = "https://github.com/PaddeCraft/PyMCFunction"
keywords = ["python", "minecraft", "toml", "cli"]

[tool.poetry.scripts]
Expand Down

0 comments on commit 8fedefd

Please sign in to comment.