puantum 1.0.0__tar.gz → 1.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,2 +1,3 @@
1
1
  Cargo.lock
2
+ .env
2
3
  target/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: puantum
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Rust
6
6
  Classifier: Operating System :: OS Independent
@@ -10,7 +10,8 @@ Summary: Python Cryptography
10
10
  Keywords: python,cryptography,quantum,security
11
11
  Author-email: Anonymous <no@thanks.com>
12
12
  License: Unlicense
13
- Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
13
+ Description-Content-Type: text/markdown
14
+ Project-URL: Source, https://github.com/0xf4ck/puantum
14
15
 
15
16
  # 🔐 Python Cryptography
16
17
 
@@ -1,10 +1,11 @@
1
1
  [project]
2
2
  name = "puantum"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  authors = [{ name = "Anonymous", email = "no@thanks.com" }]
5
5
  description = "Python Cryptography"
6
- readme = "readme.md"
7
- license = { text = "Unlicense" }
6
+ readme = {file = "readme.md", content-type = "text/markdown"}
7
+ license = "Unlicense"
8
+ license-files = ["license"]
8
9
  keywords = ["python", "cryptography", "quantum", "security"]
9
10
 
10
11
  classifiers = [
@@ -15,6 +16,9 @@ classifiers = [
15
16
  "License :: OSI Approved :: The Unlicense (Unlicense)"
16
17
  ]
17
18
 
19
+ [project.urls]
20
+ Source = "https://github.com/0xf4ck/puantum"
21
+
18
22
  [build-system]
19
23
  requires = ["maturin>=1.0,<2.0"]
20
24
  build-backend = "maturin"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes