This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
barkshark-web/setup.cfg

62 lines
1.6 KiB
INI

[metadata]
name = Barkshark Web
version = 0.3.8
author = Zoey Mae
author_email = zoey@barkshark.xyz
url = https://git.barkshark.xyz/izaliamae/barkshark-web
description = Python venv manager
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license = CNPL 4+
license_file = LICENSE
platform = any
keywords = python development venv
classifiers =
Development Status :: 4 - Beta
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Topic :: Internet :: WWW/HTTP
project_urls =
Bug Tracker = https://git.barkshark.xyz/izaliamae/barkshark-web/issues
Documentation = https://git.barkshark.xyz/izaliamae/barkshark-web/wiki
Source Code = https://git.barkshark.xyz/izaliamae/barkshark-web
[options]
include_package_data = true
python_requires = >= 3.8
packages =
barkshark_web
setup_requires =
beautifulsoup4==4.9.3
click==8.1.0
dasbus==1.6
http-router==2.6.5
izzylib@git+https://git.barkshark.xyz/izaliamae/izzylib
izzylib-http-async@git+https://git.barkshark.xyz/izaliamae/izzylib-http-async
izzylib-sql@git+https://git.barkshark.xyz/izaliamae/izzylib-sql
lxml==4.6.3
mastodon.py==1.5.1
nodejs-bin==18.4.0a4
objgraph==3.5.0
pillow==8.3.2
psutil==5.8.0
pygobject==3.38.0
pysftp==0.2.9
secretstorage==3.3.2
[options.entry_points]
console_scripts =
bsweb = barkshark_web.startup:main
[bdist_wheel]
universal = false
[sdist]
formats = zip, gztar