Skip to content

Commit 6ab8bce

Browse files
chore: format setup.cfg correctly
1 parent b367612 commit 6ab8bce

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

setup.cfg

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
[metadata]
22
name = pango_aliasor
33
version = 0.1.2
4-
author = Cornelius Roemer
5-
author_email = [email protected]
64
description = Pango lineage aliasing and dealiasing
5+
long_description = file: README.md
6+
long_description_content_type = text/markdown
77
url = https://github.com/corneliusroemer/pango_aliasor
8-
project_urls =
9-
Bug Tracker = https://github.com/corneliusroemer/pango_aliasor/issues
10-
classifiers =
11-
Programming Language :: Python :: 3
12-
Operating System :: OS Independent
13-
License :: OSI Approved :: MIT License
8+
author = Cornelius Roemer
9+
author_email = [email protected]
10+
license = MIT
1411
license_file = LICENSE
12+
classifiers =
13+
License :: OSI Approved :: MIT License
14+
Programming Language :: Python :: 3
15+
Programming Language :: Python :: 3 :: Only
16+
Programming Language :: Python :: 3.7
17+
Programming Language :: Python :: 3.8
18+
Programming Language :: Python :: 3.9
19+
Programming Language :: Python :: 3.10
20+
Bug Tracker = https://github.com/corneliusroemer/pango_aliasor/issues
21+
License = : OSI Approved :: MIT License
22+
Operating System = : OS Independent
23+
Programming Language = : Python :: 3
1524

1625
[options]
17-
package_dir =
18-
= src
1926
packages = find:
2027
python_requires = >=3.7
28+
package_dir =
29+
= src
2130

2231
[options.packages.find]
2332
where = src

0 commit comments

Comments
 (0)