opendate 0.1.1__tar.gz → 0.1.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.

Potentially problematic release.


This version of opendate might be problematic. Click here for more details.

@@ -1,10 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: opendate
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary:
5
+ Home-page: https://github.com/bissli/opendate
6
+ License: MIT
5
7
  Author: bissli
6
8
  Author-email: bissli.xyz@protonmail.com
7
9
  Requires-Python: >=3.9,<4.0
10
+ Classifier: License :: OSI Approved :: MIT License
8
11
  Classifier: Programming Language :: Python :: 3
9
12
  Classifier: Programming Language :: Python :: 3.9
10
13
  Classifier: Programming Language :: Python :: 3.10
@@ -20,6 +23,7 @@ Requires-Dist: pytest ; extra == "test"
20
23
  Requires-Dist: regex
21
24
  Requires-Dist: typing-extensions
22
25
  Requires-Dist: wrapt
26
+ Project-URL: Repository, https://github.com/bissli/opendate
23
27
  Description-Content-Type: text/markdown
24
28
 
25
29
  opendate
@@ -1,10 +1,20 @@
1
1
  [tool.poetry]
2
2
  name = "opendate"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = ""
5
5
  authors = ["bissli <bissli.xyz@protonmail.com>"]
6
6
  readme = "README.md"
7
+ license = "MIT"
7
8
  packages = [{ include = "date", from = "src" }]
9
+ repository = "https://github.com/bissli/opendate"
10
+ classifiers = [
11
+ "License :: OSI Approved :: MIT License",
12
+ "Programming Language :: Python :: 3",
13
+ "Programming Language :: Python :: 3.9",
14
+ "Programming Language :: Python :: 3.10",
15
+ "Programming Language :: Python :: 3.11",
16
+ "Programming Language :: Python :: 3.12",
17
+ ]
8
18
 
9
19
  [tool.poetry.dependencies]
10
20
  python = "^3.9"
@@ -1,4 +1,4 @@
1
- __version__ = '0.1.1'
1
+ __version__ = '0.1.2'
2
2
 
3
3
  import datetime as _datetime
4
4
 
File without changes
File without changes
File without changes
File without changes