feat: first commit
This commit is contained in:
commit
b90bd077d9
24 changed files with 935 additions and 0 deletions
15
setup.py
Normal file
15
setup.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
"""Setup config"""
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
# with open("requirements.txt", encoding="UTF-8") as f:
|
||||
# install_requires = f.read().splitlines()
|
||||
|
||||
setup(
|
||||
name="extract-romset",
|
||||
version="1.0",
|
||||
install_requires=install_requires,
|
||||
scripts=[
|
||||
"extract-romset.py",
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue