refactorization
This commit is contained in:
parent
ceaf3d455a
commit
c0731d3b2a
71 changed files with 218 additions and 1950 deletions
|
@ -1,13 +1,44 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
[project]
|
||||
name = "pygwin2"
|
||||
version = "2.0.0"
|
||||
authors = [
|
||||
{ name="MeexReay", email="meexreay@gmail.com" },
|
||||
]
|
||||
description = "A small example package"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.7"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
license = "WTFPL"
|
||||
license-files = ["LICENSE"]
|
||||
dependencies = [
|
||||
"pydub",
|
||||
"pygame",
|
||||
"requests",
|
||||
"requests", # ?????????
|
||||
"pyautogui",
|
||||
"inputs",
|
||||
"pillow",
|
||||
"wxPython",
|
||||
"randstr",
|
||||
"setuptools >=42"
|
||||
"wxPython", # crazy
|
||||
"randstr", # just why
|
||||
"cython",
|
||||
"pywin32",
|
||||
"moviepy",
|
||||
"pipwin",
|
||||
"wave",
|
||||
"opencv-python",
|
||||
]
|
||||
keywords = [
|
||||
"gui", "pygame", "windows"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/MeexReay/pygwin2"
|
||||
Issues = "https://github.com/MeexReay/pygwin2/issues"
|
||||
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools >= 42"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue