https://github.com/hentai-chan/hentai.git
Raw File
Tip revision: 92082a6628d141b5ac96d9ba826d667d683559d0 authored by hentaichan on 20 September 2020, 14:15:52 UTC
Bump version to v1.0 (first working stable release).
Tip revision: 92082a6
setup.cfg
[metadata]
name = hentai
author = hentai-chan
url = https://github.com/hentai-chan/hentai
version = 1.0
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 :: 3 - Alpha
              License :: OSI Approved :: GNU General Public License v3 (GPLv3)
              Programming Language :: Python :: 3.8
              Operating System :: OS Independent
              Topic :: Education
              Topic :: Software Development :: Libraries
              Topic :: Utilities

[options]
packages = find:
back to top