python-sdlc 0.0.1__tar.gz → 0.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-sdlc
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Python SDLC toolkit.
5
- Author: ben-thomp
5
+ Author: Ben Thompson
6
6
  License-Expression: MIT
7
- Project-URL: Repository, https://github.com/ben-thomp/py-sdlc
7
+ Project-URL: Repository, https://github.com/ben-thomp/python-sdlc
8
8
  Classifier: Development Status :: 1 - Planning
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Requires-Python: >=3.10
11
11
  Description-Content-Type: text/markdown
12
12
 
13
- # py-sdlc
13
+ # python-sdlc
14
14
 
15
15
  Python SDLC toolkit.
@@ -1,3 +1,3 @@
1
- # py-sdlc
1
+ # python-sdlc
2
2
 
3
3
  Python SDLC toolkit.
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python-sdlc"
7
- version = "0.0.1"
7
+ version = "0.0.2"
8
8
  description = "Python SDLC toolkit."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  authors = [
13
- { name = "ben-thomp" },
13
+ { name = "Ben Thompson" },
14
14
  ]
15
15
  classifiers = [
16
16
  "Development Status :: 1 - Planning",
@@ -18,4 +18,4 @@ classifiers = [
18
18
  ]
19
19
 
20
20
  [project.urls]
21
- Repository = "https://github.com/ben-thomp/py-sdlc"
21
+ Repository = "https://github.com/ben-thomp/python-sdlc"
@@ -0,0 +1,5 @@
1
+ """python-sdlc: Python SDLC toolkit."""
2
+
3
+ from importlib.metadata import version
4
+
5
+ __version__ = version("python-sdlc")
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-sdlc
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Python SDLC toolkit.
5
- Author: ben-thomp
5
+ Author: Ben Thompson
6
6
  License-Expression: MIT
7
- Project-URL: Repository, https://github.com/ben-thomp/py-sdlc
7
+ Project-URL: Repository, https://github.com/ben-thomp/python-sdlc
8
8
  Classifier: Development Status :: 1 - Planning
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Requires-Python: >=3.10
11
11
  Description-Content-Type: text/markdown
12
12
 
13
- # py-sdlc
13
+ # python-sdlc
14
14
 
15
15
  Python SDLC toolkit.
@@ -1,6 +1,6 @@
1
1
  README.md
2
2
  pyproject.toml
3
- src/py_sdlc/__init__.py
3
+ src/python_sdlc/__init__.py
4
4
  src/python_sdlc.egg-info/PKG-INFO
5
5
  src/python_sdlc.egg-info/SOURCES.txt
6
6
  src/python_sdlc.egg-info/dependency_links.txt
@@ -0,0 +1 @@
1
+ python_sdlc
@@ -1,3 +0,0 @@
1
- """py-sdlc: Python SDLC toolkit."""
2
-
3
- __version__ = "0.0.1"
@@ -1 +0,0 @@
1
- py_sdlc
File without changes