mirror of
https://github.com/marcriera/ddgo-converter.git
synced 2025-05-01 14:17:04 +02:00
v1.0.0
This commit is contained in:
parent
f44c6946e1
commit
ac3a666d41
5 changed files with 13 additions and 44 deletions
6
setup.py
Normal file
6
setup.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='Densha de GO! Controller Converter',
|
||||
version='1.0.0',
|
||||
packages=find_packages(),
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue