Skip to content

Commit 2a00e51

Browse files
committed
Switch to pyproject.toml over setup.py
1 parent b18ca10 commit 2a00e51

File tree

2 files changed

+40
-62
lines changed

2 files changed

+40
-62
lines changed

pyproject.toml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[build-system]
2+
requires = ["flit_core >=3.2,<4"]
3+
build-backend = "flit_core.buildapi"
4+
5+
[project]
6+
name = "idna"
7+
description = "Internationalized Domain Names in Applications (IDNA)"
8+
readme = "README.rst"
9+
authors = [
10+
{name = "Kim Davies", email = "[email protected]"}
11+
]
12+
classifiers = [
13+
"Development Status :: 5 - Production/Stable",
14+
"Intended Audience :: Developers",
15+
"Intended Audience :: System Administrators",
16+
"License :: OSI Approved :: BSD License",
17+
"Operating System :: OS Independent",
18+
"Programming Language :: Python",
19+
"Programming Language :: Python :: 3",
20+
"Programming Language :: Python :: 3 :: Only",
21+
"Programming Language :: Python :: 3.5",
22+
"Programming Language :: Python :: 3.6",
23+
"Programming Language :: Python :: 3.7",
24+
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python :: 3.9",
26+
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: Implementation :: CPython",
29+
"Programming Language :: Python :: Implementation :: PyPy",
30+
"Topic :: Internet :: Name Service (DNS)",
31+
"Topic :: Software Development :: Libraries :: Python Modules",
32+
"Topic :: Utilities",
33+
]
34+
requires-python = ">=3.5"
35+
dynamic = ["version"]
36+
37+
[project.urls]
38+
"Source" = "https://github.com/kjd/idna"
39+
"Changelog" = "https://github.com/kjd/idna/blob/master/HISTORY.rst"
40+
"Issue tracker" = "https://github.com/kjd/idna/issues"

setup.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)