Skip to content

Commit 5f148bc

Browse files
committed
Project metadata: Remove setup.py
1 parent 396700e commit 5f148bc

File tree

3 files changed

+5
-102
lines changed

3 files changed

+5
-102
lines changed

devtools/create_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848

4949
# check if tag to create has already been created
5050
WORKING_DIR=`dirname $0`
51-
VERSION=`python setup.py --version`
51+
VERSION=`hatch project metadata version`
5252
EXISTS=`git tag | grep $VERSION`
5353

5454
if [ "$VERSION" == "$EXISTS" ]

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ classifiers = [
4242
"Programming Language :: Python :: 3.14",
4343
"Programming Language :: Python :: Implementation :: CPython",
4444
"Programming Language :: Python :: Implementation :: PyPy",
45+
"Programming Language :: SQL",
4546
"Topic :: Database",
47+
"Topic :: Internet :: WWW/HTTP",
48+
"Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator",
49+
"Topic :: System :: Networking",
4650
]
4751
dependencies = [
4852
"importlib-metadata; python_version<'3.8'",

setup.py

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

0 commit comments

Comments
 (0)