feat: fix build not working.
This commit is contained in:
parent
0f3c4588e4
commit
053ff7dc06
2 changed files with 4 additions and 4 deletions
4
setup.py
4
setup.py
|
|
@ -8,8 +8,8 @@ from setuptools import setup
|
|||
setup(
|
||||
name="extract-romset",
|
||||
version="1.0",
|
||||
install_requires=install_requires,
|
||||
# install_requires=install_requires,
|
||||
scripts=[
|
||||
"extract-romset.py",
|
||||
"extract_romset.py",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue