init
This commit is contained in:
commit
d9fdf043f7
6 changed files with 1107 additions and 0 deletions
10
setup.py
Normal file
10
setup.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="pygame-starter",
|
||||
version="0.1.0",
|
||||
py_modules=[
|
||||
"pygame_starter",
|
||||
],
|
||||
install_requires=["pygame"],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue