typeglide 0.2.0__tar.gz → 0.3.0__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,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: typeglide
3
- Version: 0.2.0
4
- Summary: A lightweight utility for typing out console text dynamically. This is made by dakshu
3
+ Version: 0.3.0
4
+ Summary: A smooth typewriter printing library that is made by dakshu.
5
5
  Author-email: Dakshu <dakshumail98@gmail.com>
6
6
  License-File: LICENSE
7
7
  Classifier: License :: OSI Approved :: MIT License
8
8
  Classifier: Operating System :: OS Independent
9
9
  Classifier: Programming Language :: Python :: 3
10
- Requires-Python: >=3.8
10
+ Requires-Python: >=3.11.14
11
11
  Description-Content-Type: text/markdown
12
12
 
13
13
  # pytypewriter
@@ -3,11 +3,11 @@ requires = ["hatchling"]
3
3
  build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
- name = "typeglide" # PyPI requires a unique name
7
- version = "0.2.0"
8
- description = "A lightweight utility for typing out console text dynamically. This is made by dakshu"
6
+ name = "typeglide"
7
+ version = "0.3.0"
8
+ description = "A smooth typewriter printing library that is made by dakshu."
9
9
  readme = "README.md"
10
- requires-python = ">=3.8"
10
+ requires-python = ">=3.11.14"
11
11
  authors = [
12
12
  { name="Dakshu", email="dakshumail98@gmail.com" },
13
13
  ]
@@ -16,5 +16,6 @@ classifiers = [
16
16
  "License :: OSI Approved :: MIT License",
17
17
  "Operating System :: OS Independent",
18
18
  ]
19
+
19
20
  [tool.hatch.build.targets.wheel]
20
- packages = ["pytypewriter"]
21
+ packages = ["typeglide"]
File without changes
File without changes