File: setup.cfg

package info (click to toggle)
python-cwcwidth 0.1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: ansic: 170; python: 89; sh: 6; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
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
[metadata]
name = cwcwidth
version = 0.1.12
author = Sebastian Ramacher
author_email = sebastian@ramacher.at
url = https://github.com/sebastinas/cwcwidth
description = Python bindings for wc(s)width
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_files = LICENSE
classifiers = 
	Development Status :: 5 - Production/Stable
	Intended Audience :: Developers
	Programming Language :: Python :: 3
	Topic :: Software Development :: Libraries :: Python Modules

[options]
zip_safe = False
python_requires = >=3.11

[egg_info]
tag_build = 
tag_date = 0