3
This commit is contained in:
parent
759912eee4
commit
30719ab6d8
3 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
||||||
requires = [
|
requires = [
|
||||||
"pydub",
|
"pydub",
|
||||||
"pygame",
|
"pygame",
|
||||||
"pywin32",
|
|
||||||
"requests",
|
"requests",
|
||||||
"pyautogui",
|
"pyautogui",
|
||||||
"inputs",
|
"inputs",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pgw
|
name = pgw
|
||||||
version = 0.1.0
|
version = 0.1.2
|
||||||
author = themixray
|
author = themixray
|
||||||
author_email = simindeymo@gmail.com
|
author_email = simindeymo@gmail.com
|
||||||
description = Python Grapchical Window.
|
description = Python Grapchical Window.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name='pgw',packages=['pygwin'],version='0.1.0',
|
setup(name='pgw',packages=['pygwin'],version='0.1.2',
|
||||||
author='themixray',description='A library for creating Python applications.',
|
author='themixray',description='A library for creating Python applications.',
|
||||||
license='MIT',install_requires=['cython','pywin32','pygame','inputs','randstr',
|
license='MIT',install_requires=['cython','pywin32','pygame','inputs','randstr',
|
||||||
'pydub','wxPython','pyautogui','moviepy','pipwin','wave','opencv-python'])
|
'pydub','wxPython','pyautogui','moviepy','pipwin','wave','opencv-python'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue