Skip to content

Commit

Permalink
Remove BPS patcher references
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed Sep 12, 2023
1 parent 41f98cf commit c9de610
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 263 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
global-include *.pyx
global-include *.pxd
global-exclude *.c
prune venv
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Cython
websocket-client
websocket-client
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from setuptools import setup
from Cython.Build import cythonize

setup(ext_modules=cythonize("src/SuperDuperMetroid/BPSPatch/BPS_Patcher.pyx", annotate=True))
setup()
256 changes: 0 additions & 256 deletions src/SuperDuperMetroid/BPSPatch/BPS_Patcher.pyx

This file was deleted.

Empty file.

0 comments on commit c9de610

Please sign in to comment.