File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SHELL=/bin/bash -euo pipefail
33
44WHEEL_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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments