1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
[metadata]
name = ansi
version = 0.3.7
description = ANSI cursor movement and graphics
author = Wijnand Modderman-Lenstra
author_email = maze@pyth0n.org
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/tehmaze/ansi/
license = MIT License
license_files = LICENSE.md
[options]
python_requires = >=3.6
packages = ansi, ansi.colour
install_requires =
typing_extensions>=3.6.4; python_version < "3.8"
include_package_data = True
[options.package_data]
* = py.typed
[egg_info]
tag_build =
tag_date = 0
|