iterflat 0.0.0.dev0__tar.gz → 0.0.1__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iterflat
3
- Version: 0.0.0.dev0
3
+ Version: 0.0.1
4
4
  Summary: iterflat
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -27,7 +27,8 @@ License: The MIT License (MIT)
27
27
  Project-URL: Download, https://pypi.org/project/iterflat/#files
28
28
  Project-URL: Index, https://pypi.org/project/iterflat/
29
29
  Project-URL: Source, https://github.com/johannes-programming/iterflat/
30
- Classifier: Development Status :: 1 - Planning
30
+ Project-URL: Website, https://iterflat.johannes-programming.online/
31
+ Classifier: Development Status :: 2 - Pre-Alpha
31
32
  Classifier: License :: OSI Approved :: MIT License
32
33
  Classifier: Natural Language :: English
33
34
  Classifier: Operating System :: OS Independent
@@ -9,7 +9,7 @@ authors = [
9
9
  { email = "johannes.programming@gmail.com", name = "Johannes" },
10
10
  ]
11
11
  classifiers = [
12
- "Development Status :: 1 - Planning",
12
+ "Development Status :: 2 - Pre-Alpha",
13
13
  "License :: OSI Approved :: MIT License",
14
14
  "Natural Language :: English",
15
15
  "Operating System :: OS Independent",
@@ -24,7 +24,7 @@ keywords = []
24
24
  name = "iterflat"
25
25
  readme = "README.rst"
26
26
  requires-python = ">=3.11"
27
- version = "0.0.0.dev0"
27
+ version = "0.0.1"
28
28
 
29
29
  [project.license]
30
30
  file = "LICENSE.txt"
@@ -33,3 +33,4 @@ file = "LICENSE.txt"
33
33
  Download = "https://pypi.org/project/iterflat/#files"
34
34
  Index = "https://pypi.org/project/iterflat/"
35
35
  Source = "https://github.com/johannes-programming/iterflat/"
36
+ Website = "https://iterflat.johannes-programming.online/"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iterflat
3
- Version: 0.0.0.dev0
3
+ Version: 0.0.1
4
4
  Summary: iterflat
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -27,7 +27,8 @@ License: The MIT License (MIT)
27
27
  Project-URL: Download, https://pypi.org/project/iterflat/#files
28
28
  Project-URL: Index, https://pypi.org/project/iterflat/
29
29
  Project-URL: Source, https://github.com/johannes-programming/iterflat/
30
- Classifier: Development Status :: 1 - Planning
30
+ Project-URL: Website, https://iterflat.johannes-programming.online/
31
+ Classifier: Development Status :: 2 - Pre-Alpha
31
32
  Classifier: License :: OSI Approved :: MIT License
32
33
  Classifier: Natural Language :: English
33
34
  Classifier: Operating System :: OS Independent
File without changes
File without changes
File without changes
File without changes