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-04-16 06:23:04 -04:00

59 lines
1.7 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 =
izzylib @ git+https://git.barkshark.xyz/izaliamae/izzylib@a156b3b416a9549ee439adc36785cca4131c499c
izzylib_sql @ git+https://git.barkshark.xyz/izaliamae/izzylib-sql@ebfe4fa678f16f35f650afd077a97e4a7cf45d61
izzylib_http_async @ git+https://git.barkshark.xyz/izaliamae/izzylib-http-async@216a779f221e926cd3130404bd33cb916f87d21a
beautifulsoup4==4.9.3
lxml==4.6.3
mastodon.py==1.5.1
pillow==8.3.2
psutil==5.8.0
pygobject==3.38.0
pysftp==0.2.9
SecretStorage==3.3.1
tldextract==3.1.0
validators==0.18.2
[options.entry_points]
console_scripts =
pyvenv = barkshark_web.startup:main
[bdist_wheel]
universal = false
[sdist]
formats = zip, gztar