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
2022-10-05 13:30:39 -04:00

61 lines
1.6 KiB
INI

[metadata]
name = Barkshark Web
version = 0.4.0
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_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.11.1
click==8.1.3
configobj@git+https://github.com/DiffSK/configobj@v5.0.6
dasbus==1.6
dnspython==2.2.1
izzylib-http-async@git+https://git.barkshark.xyz/izaliamae/izzylib-http-async
izzylib-sql@git+https://git.barkshark.xyz/izaliamae/izzylib-sql
lxml==4.9.1
mastodon.py==1.5.1
objgraph==3.5.0
pillow==9.2.0
psutil==5.9.1
pygobject==3.38.2
pysftp==0.2.9
secretstorage==3.3.2
watchfiles==0.17.0
[options.entry_points]
console_scripts =
bsweb = barkshark_web.startup:main
[bdist_wheel]
universal = false
[sdist]
formats = zip, gztar