https://github.com/hentai-chan/hentai.git
Raw File
Tip revision: 37ddc657b623251642870380abfc475b83808a5e authored by hentaichan on 22 September 2020, 11:00:20 UTC
Bump version (v1.0 -> v1.1).
Tip revision: 37ddc65
setup.cfg
[metadata]
name = hentai
author = hentai-chan
url = https://github.com/hentai-chan/hentai
license = GPLv3
license-file = LICENSE
description = "Implements a wrapper class around nhentai's RESTful API."
long_description = file: README.md
long_description_content_type = text/markdown
python_requires = >= 3.8
install_requires = requests
classifiers = Development Status :: 5 - Production/Stable
              Intended Audience :: Developers
              License :: OSI Approved :: GNU General Public License v3 (GPLv3)
              Natural Language :: English
              Programming Language :: Python :: 3.8
              Operating System :: OS Independent
              Topic :: Education
              Topic :: Internet :: WWW/HTTP :: Dynamic Content
              Topic :: Software Development :: Libraries
              Topic :: Utilities
project_urls = 
    Bug Tracker = https://github.com/hentai-chan/hentai/issues

[options]
packages = find:
back to top