Add files via upload
This commit is contained in:
parent
abef24e1aa
commit
815a7bea90
26 changed files with 1380 additions and 91 deletions
10
pygwin.egg-info/PKG-INFO
Normal file
10
pygwin.egg-info/PKG-INFO
Normal file
|
@ -0,0 +1,10 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: pygwin
|
||||
Version: 0.1.0
|
||||
Summary: A library for creating Python applications.
|
||||
Home-page: UNKNOWN
|
||||
Author: themixray
|
||||
Author-email: UNKNOWN
|
||||
License: MIT
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
20
pygwin.egg-info/SOURCES.txt
Normal file
20
pygwin.egg-info/SOURCES.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
setup.py
|
||||
pygwin/__init__.py
|
||||
pygwin/_icon.py
|
||||
pygwin/_pg.py
|
||||
pygwin/_win.py
|
||||
pygwin/console.py
|
||||
pygwin/font.py
|
||||
pygwin/gamepad.py
|
||||
pygwin/image.py
|
||||
pygwin/keyboard.py
|
||||
pygwin/mixer.py
|
||||
pygwin/mouse.py
|
||||
pygwin/rect.py
|
||||
pygwin/surface.py
|
||||
pygwin/ui.py
|
||||
pygwin.egg-info/PKG-INFO
|
||||
pygwin.egg-info/SOURCES.txt
|
||||
pygwin.egg-info/dependency_links.txt
|
||||
pygwin.egg-info/requires.txt
|
||||
pygwin.egg-info/top_level.txt
|
1
pygwin.egg-info/dependency_links.txt
Normal file
1
pygwin.egg-info/dependency_links.txt
Normal file
|
@ -0,0 +1 @@
|
|||
|
6
pygwin.egg-info/requires.txt
Normal file
6
pygwin.egg-info/requires.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
cython
|
||||
pywin32
|
||||
pygame
|
||||
inputs
|
||||
pydub
|
||||
kivy
|
1
pygwin.egg-info/top_level.txt
Normal file
1
pygwin.egg-info/top_level.txt
Normal file
|
@ -0,0 +1 @@
|
|||
pygwin
|
Loading…
Add table
Add a link
Reference in a new issue