File tree Expand file tree Collapse file tree 4 files changed +31
-20
lines changed
Expand file tree Collapse file tree 4 files changed +31
-20
lines changed Original file line number Diff line number Diff line change 1+ 3.11
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " logging-conf"
3+ version = " 0.0.0"
4+ description = " Add your description here"
5+ license = " BSD-2-Clause"
6+ readme = " README.md"
7+ authors = [
8+ {
name =
" fleetingbytes" ,
email =
" [email protected] " }
9+ ]
10+ requires-python = " >=3.11"
11+ keywords = [" logging" , " logging configuration" ]
12+ classifiers = [
13+ " Development Status :: 4 - Beta" ,
14+ " License :: OSI Approved :: BSD License" ,
15+ " Programming Language :: Python :: 3.11" ,
16+ " Programming Language :: Unix Shell" ,
17+ ]
18+ dependencies = []
19+
20+ [build-system ]
21+ requires = [" uv_build>=0.8.17,<0.9.0" ]
22+ build-backend = " uv_build"
23+
24+ [project .urls ]
25+ Homepage = " http://github.com/fleetingbytes/logging-conf"
26+ Documentation = " http://github.com/fleetingbytes/logging-conf/blob/master/README.md"
27+ Repository = " http://github.com/fleetingbytes/logging-conf.git"
28+ Issues = " http://github.com/fleetingbytes/logging-conf/issues"
29+ Changelog = " http://github.com/fleetingbytes/logging-conf/blob/master/CHANGELOG.md"
30+
File renamed without changes.
You can’t perform that action at this time.
0 commit comments