ch1p-py/setup.cfg
Evgeny Zinoviev b84537af0c fixes
2021-04-25 23:17:47 +03:00

24 lines
584 B
INI

[metadata]
name = ch1p
version = 0.0.3
author = Evgeny Zinoviev
author_email = me@ch1p.io
description =
long_description = file: README.md
license = BSD
license_file = LICENSE
long_description_content_type = text/markdown
url = https://github.com/gch1p/ch1p-py.git
project_urls =
Bug Tracker = https://github.com/gch1p/ch1p-py/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
packages = ch1p
python_requires = >=3.6
include_package_data = True
install_requires =
requests