upcdatabase 0.1.0__tar.gz → 0.1.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,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: upcdatabase
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python library for accessing the UPC Database API
5
- Author-email: Your Name <your.email@example.com>
5
+ Author-email: Nick Tak <nickle87@gmail.com>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/Nickatak/upcdatabase
8
8
  Project-URL: Repository, https://github.com/Nickatak/upcdatabase.git
@@ -30,6 +30,8 @@ Requires-Dist: black>=21.0; extra == "dev"
30
30
  Requires-Dist: isort>=5.0.0; extra == "dev"
31
31
  Requires-Dist: mypy>=0.900; extra == "dev"
32
32
  Requires-Dist: pre-commit>=2.20.0; extra == "dev"
33
+ Requires-Dist: build>=1.0.0; extra == "dev"
34
+ Requires-Dist: twine>=4.0.0; extra == "dev"
33
35
  Dynamic: license-file
34
36
 
35
37
  # upcdatabase
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "upcdatabase"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Python library for accessing the UPC Database API"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
11
11
  license = {text = "MIT"}
12
12
  authors = [
13
- {name = "Your Name", email = "your.email@example.com"}
13
+ {name = "Nick Tak", email = "nickle87@gmail.com"}
14
14
  ]
15
15
  classifiers = [
16
16
  "Development Status :: 3 - Alpha",
@@ -43,6 +43,8 @@ dev = [
43
43
  "isort>=5.0.0",
44
44
  "mypy>=0.900",
45
45
  "pre-commit>=2.20.0",
46
+ "build>=1.0.0",
47
+ "twine>=4.0.0",
46
48
  ]
47
49
 
48
50
  [tool.setuptools.packages.find]
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: upcdatabase
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python library for accessing the UPC Database API
5
- Author-email: Your Name <your.email@example.com>
5
+ Author-email: Nick Tak <nickle87@gmail.com>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/Nickatak/upcdatabase
8
8
  Project-URL: Repository, https://github.com/Nickatak/upcdatabase.git
@@ -30,6 +30,8 @@ Requires-Dist: black>=21.0; extra == "dev"
30
30
  Requires-Dist: isort>=5.0.0; extra == "dev"
31
31
  Requires-Dist: mypy>=0.900; extra == "dev"
32
32
  Requires-Dist: pre-commit>=2.20.0; extra == "dev"
33
+ Requires-Dist: build>=1.0.0; extra == "dev"
34
+ Requires-Dist: twine>=4.0.0; extra == "dev"
33
35
  Dynamic: license-file
34
36
 
35
37
  # upcdatabase
@@ -8,3 +8,5 @@ black>=21.0
8
8
  isort>=5.0.0
9
9
  mypy>=0.900
10
10
  pre-commit>=2.20.0
11
+ build>=1.0.0
12
+ twine>=4.0.0
File without changes
File without changes
File without changes
File without changes
File without changes