Skip to content

Commit 2638efa

Browse files
committed
fixed naming conflict. bump to v1.0.1
1 parent 21e5d8b commit 2638efa

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "logging_helper"
3-
version = "1.0.0"
2+
name = "logging_handler"
3+
version = "1.0.1"
44
description = "Python Library to quickly create logging handlers"
55
authors = [{name = "Thomas Dunteman", email= "git@learningtopi.com"}]
66
keywords = ["logging", "syslog"]
@@ -16,12 +16,9 @@ dependencies = []
1616

1717
[project.urls]
1818
"Homepage" = "https://www.learningtopi.com"
19-
"Bug Tracker" = "https://github.com/LearningToPi/logging_helper/issues"
20-
"Source Code" = "https://github.com/LearningToPi/logging_helper"
21-
22-
[tools.setuptools.dynamic]
23-
version = {attr = "src.logging_helper.__VERSION__"}
19+
"Bug Tracker" = "https://github.com/LearningToPi/logging_handler/issues"
20+
"Source Code" = "https://github.com/LearningToPi/logging_handler"
2421

2522
[build-system]
2623
requires = ["setuptools>=61"]
27-
build-backend = "setuptools.build_meta"
24+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)