Skip to content

Commit 3ccfe1a

Browse files
committed
[python-conprof] tweak makefile
1 parent 3d796b6 commit 3ccfe1a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL=/bin/bash -euo pipefail
33

44
WHEEL_DIR ?= wheel_dist
55

6-
clean:
6+
clean: ## cleans the build artifacts
77
rm -Rf build/ dist/ *.egg-info $(WHEEL_DIR)
88
.PHONY: clean
99

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@
1919
url=HOMEPAGE,
2020
classifiers=[
2121
"Programming Language :: Python",
22-
"Programming Language :: Python :: 2.7",
23-
"Programming Language :: Python :: 3.5",
24-
"Programming Language :: Python :: 3.6",
2522
"Programming Language :: Python :: 3.7",
2623
"Programming Language :: Python :: 3.8",
2724
"Programming Language :: Python :: 3.9",
2825
"Programming Language :: Python :: 3.10",
2926
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
3028
],
3129
)

0 commit comments

Comments
 (0)