Skip to content

Commit 6c09a01

Browse files
committed
chore: add pyproject.toml
1 parent da316c3 commit 6c09a01

File tree

4 files changed

+31
-20
lines changed

4 files changed

+31
-20
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

logging_test.py

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

pyproject.toml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+

0 commit comments

Comments
 (0)