mirror of
https://codeberg.org/mclemens/colorspot.git
synced 2024-11-20 00:56:02 -05:00
33 lines
746 B
INI
33 lines
746 B
INI
[metadata]
|
|
name = colorspot
|
|
version = 0.1.3
|
|
author = Michael Clemens
|
|
author_email = colorspot@qrz.is
|
|
description = A colorful CLI DX cluster client with LotW integration
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://git.qrz.is/clemens/colorspot
|
|
project_urls =
|
|
Bug Tracker = https://git.qrz.is/clemens/colorspot/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
packages = find:
|
|
python_requires = >=3.6
|
|
install_requires=
|
|
colored
|
|
requests
|
|
|
|
[options.packages.find]
|
|
where = src
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
colorspot = colorspot.__main__:main
|