Skip to content

Commit

Permalink
Removed cython references
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Sep 25, 2024
1 parent 843ac69 commit 7f40e69
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ venv*
# mypy
.mypy_cache/

# Cython Files
*.html

temp

# visual studio files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To develop the library you will need to download the source and run this command
`pip install -e .[dev]`

This will build the library in-place and expose it to python.
Since this code is compiled you will need to run it again each time you change cython or C++ code.
Since this code is compiled you will need to run it again each time you change the C++ code.

## Links
- Documentation - https://amulet-nbt.readthedocs.io
Expand Down
3 changes: 0 additions & 3 deletions docs_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,6 @@ def skip(app, what, name, obj, would_skip, options):
if name == "__init__":
return False
if name in {
"__pyx_vtable__",
"__reduce_cython__",
"__setstate_cython__",
"__new__",
"__reduce__",
"__setstate__",
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ docs =
dev =
black>=22.3
pre_commit>=1.11.1
cython >= 3.0.0a9
mypy
types-pyinstaller
pybind11~=2.13
Expand Down

0 comments on commit 7f40e69

Please sign in to comment.