pyvenv/setup.cfg

53 lines
1.2 KiB
INI

[metadata]
name = PyVenv
version = 0.1.5
author = Zoey Mae
author_email = zoey@barkshark.xyz
url = https://git.barkshark.xyz/izaliamae/pyvenv
description = Python venv manager
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license = CNPL 7+
license_file = LICENSE.md
platform = any
keywords = python development venv
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python 3.6
Programming Language :: Python 3.7
Programming Language :: Python 3.8
Programming Language :: Python 3.9
Programming Language :: Python 3.10
project_urls =
Bug Tracker = https://git.barkshark.xyz/izaliamae/pyvenv/issues
Documentation = https://git.barkshark.xyz/izaliamae/pyvenv/wiki
Source Code = https://git.barkshark.xyz/izaliamae/pyvenv
[options]
include_package_data = true
python_requires = >= 3.6
packages =
pyvenv
setup_requires =
setuptools >= 60.0.0
click >= 8.0.0
watchdog >= 2.1.0
[options.extras_require]
dev =
pyinstaller >= pyinstaller
[options.entry_points]
console_scripts =
pyvenv = pyvenv.cli:main
[bdist_wheel]
universal = false
[sdist]
formats = zip, gztar