Add files via upload
This commit is contained in:
parent
abef24e1aa
commit
815a7bea90
26 changed files with 1380 additions and 91 deletions
11
setup.py
11
setup.py
|
@ -1,9 +1,6 @@
|
|||
from setuptools import setup
|
||||
import requests
|
||||
|
||||
setup(name='pygwin',
|
||||
packages=['pygwin'],
|
||||
version='0.0.1',
|
||||
description='A library for creating Python applications.',
|
||||
install_requires=['tempfile','pywin32','pickle','pygame','inputs','pydub'],
|
||||
author='themixray',
|
||||
license='MIT')
|
||||
setup(name='pygwin',packages=['pygwin'],version='0.1.0',author='themixray',
|
||||
description='A library for creating Python applications.',license='MIT',
|
||||
install_requires=['cython','pywin32','pygame','inputs','pydub','kivy'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue