1+ [build-system ]
2+ requires = [" setuptools" ]
3+
4+ [project ]
5+ name = " jmcomic"
6+ authors = [{
name =
" hect0x7" ,
email =
" [email protected] " }]
7+ description = " Python API For JMComic (禁漫天堂)"
8+ readme = " README.md"
9+ requires-python = " >=3.7"
10+ license = {file = " LICENSE" }
11+ keywords =[' python' , ' jmcomic' , ' 18comic' , ' 禁漫天堂' , ' NSFW' ]
12+ classifiers =[
13+ " Development Status :: 4 - Beta" ,
14+ " License :: OSI Approved :: MIT License" ,
15+ " Intended Audience :: Developers" ,
16+ " Programming Language :: Python :: 3.7" ,
17+ " Programming Language :: Python :: 3.8" ,
18+ " Programming Language :: Python :: 3.9" ,
19+ " Programming Language :: Python :: 3.10" ,
20+ " Programming Language :: Python :: 3.11" ,
21+ " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13" ,
23+ " Operating System :: MacOS" ,
24+ " Operating System :: POSIX :: Linux" ,
25+ " Operating System :: Microsoft :: Windows" ,
26+ ]
27+ dependencies = [
28+ " commonx>=0.6.38" ,
29+ " curl-cffi" ,
30+ " pillow" ,
31+ " pycryptodome" ,
32+ " pyyaml" ,
33+ ]
34+ dynamic = [" version" ]
35+
36+ [project .urls ]
37+ Homepage = " https://github.com/hect0x7/JMComic-Crawler-Python"
38+ Documentation = " https://jmcomic.readthedocs.io"
39+
40+ [project .scripts ]
41+ jmcomic = " jmcomic.cl:main"
42+
43+ [tool .setuptools .dynamic ]
44+ version = {attr = " jmcomic.__version__" }
0 commit comments