Skip to content

Commit 8fedefd

Browse files
committed
Fix typos, update .gitignore, and add repo to pyproject.toml
1 parent 0378fc6 commit 8fedefd

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
test/testdpfolder/data/testdp
1+
test/testdpfolder/
22
__pycache__
33
dist

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# PyFunction
1+
# PyMCFunction
22

33
PyMCFunction is a tool to write Minecraft datapacks in Python.
44

55
## Usage
66

7-
Check pymcfunction/pyfunction/pmf --help
7+
Check `pymcfunction/pyfunction/pmf --help`
88

99
## Docs
1010

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include = [
77
"LICENSE",
88
]
99
readme = "README.md"
10+
repository = "https://github.com/PaddeCraft/PyMCFunction"
1011
keywords = ["python", "minecraft", "toml", "cli"]
1112

1213
[tool.poetry.scripts]

0 commit comments

Comments
 (0)