quickspirit 1.0.3__tar.gz → 1.0.4__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.3
2
2
  Name: quickspirit
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: Fast, Async Network & File Downloader Client In Python
5
5
  Home-page: https://github.com/DroidZed/QuickSpirit-Async
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -747,7 +747,4 @@ Run the tests with pytest (install it first using your package manager of choice
747
747
  pytest -vs .
748
748
  ```
749
749
 
750
- ## License
751
-
752
- This project is under the GPL 3.0 License. See [Corresponding file](/LICENSE)
753
750
 
@@ -46,6 +46,3 @@ Run the tests with pytest (install it first using your package manager of choice
46
46
  pytest -vs .
47
47
  ```
48
48
 
49
- ## License
50
-
51
- This project is under the GPL 3.0 License. See [Corresponding file](/LICENSE)
@@ -14,7 +14,7 @@ classifiers = [
14
14
  [project]
15
15
  name = "quickspirit"
16
16
  description = "Fast, Async Network & File Downloader Client In Python"
17
- version = "1.0.3"
17
+ version = "1.0.4"
18
18
  dynamic = [ "classifiers" ]
19
19
  license = { file = "LICENSE" }
20
20
  readme = "README.md"
File without changes