pypanel/setup.cfg

45 lines
1.1 KiB
INI

[metadata]
name = PyPanel
version = 0.0.1
author = Zoey Mae
author_email = zoey@barkshark.xyz
url = https://git.barkshark.xyz/izaliamae/pypanel
description = Process manager for Termux
license = CNPL
license_file = LICENSE
platform = any
keywords = python http html css
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python 3.8
Programming Language :: Python 3.9
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Bug Tracker = https://git.barkshark.xyz/izaliamae/pypanel/issues
Documentation = https://git.barkshark.xyz/izaliamae/pypanel/wiki
Source Code = https://git.barkshark.xyz/izaliamae/pypanel
[options]
include_package_data = true
python_requires = >= 3.8
packages =
pypanel
install_requires =
izzylib @ git+https://git.barkshark.xyz/izaliamae/izzylib
barkshark-http-async @ git+https://git.barkshark.xyz/izaliamae/barkshark-http-async
watchdog
setup_requires =
setuptools >= 38.3.0
[options.package_data]
pypanel = pypanel/*
[bdist_wheel]
universal = true
[sdist]
formats = zip, gztar