File: setup.cfg

package info (click to toggle)
python-cwcwidth 0.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 440 kB
  • sloc: ansic: 170; python: 78; sh: 6; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 641 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
26
[metadata]
name = cwcwidth
version = 0.1.10
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
	License :: OSI Approved :: MIT License
	Programming Language :: Python :: 3
	Topic :: Software Development :: Libraries :: Python Modules

[options]
zip_safe = False
python_requires = >=3.9

[egg_info]
tag_build = 
tag_date = 0