effectual 0.1.0__tar.gz → 0.2.0__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: effectual
3
- Version: 0.1.0
4
- Summary: Add your description here
3
+ Version: 0.2.0
4
+ Summary: A python package/script bundler
5
5
  Author-email: jake <jakewdr@proton.me>
6
6
  Classifier: License :: OSI Approved :: MIT License
7
7
  Classifier: Programming Language :: Python :: 3.8
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: Programming Language :: Python :: 3.13
13
13
  Classifier: Programming Language :: Python :: Implementation :: CPython
14
- Requires-Python: >=3.11
14
+ Requires-Python: >=3.8
15
15
  Requires-Dist: click>=8.1.7
16
16
  Requires-Dist: python-minifier>=2.11.3
17
17
  Requires-Dist: rtoml>=0.11.0
@@ -1,12 +1,12 @@
1
1
  [project]
2
2
  name = "effectual"
3
- version = "0.1.0"
4
- description = "Add your description here"
3
+ version = "0.2.0"
4
+ description = "A python package/script bundler"
5
5
  readme = "README.md"
6
6
  authors = [
7
7
  { name = "jake", email = "jakewdr@proton.me" }
8
8
  ]
9
- requires-python = ">=3.11"
9
+ requires-python = ">=3.8"
10
10
  classifiers = [
11
11
  "License :: OSI Approved :: MIT License",
12
12
  "Programming Language :: Python :: 3.8",
File without changes
File without changes
File without changes
File without changes
File without changes