effectual 0.8.1__tar.gz → 0.8.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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: effectual
3
- Version: 0.8.1
3
+ Version: 0.8.1.1
4
4
  Summary: A python package/script bundler
5
5
  Project-URL: Homepage, https://github.com/effectualpy/effectual
6
6
  Author-email: jake <jakewdr@proton.me>
@@ -11,6 +11,7 @@ Classifier: Programming Language :: Python :: 3.10
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
13
  Classifier: Programming Language :: Python :: 3.13
14
+ Classifier: Programming Language :: Python :: 3.14
14
15
  Classifier: Programming Language :: Python :: Implementation :: CPython
15
16
  Requires-Python: >=3.9
16
17
  Requires-Dist: click>=8.1.7
@@ -108,8 +109,9 @@ To build the project from source you need two tools:
108
109
 
109
110
  1) CD to your effectual directory and run:
110
111
 
111
- task setup
112
+ task setup
113
+
112
114
 
113
115
  2) Then to build an distributable tar.gz and wheel:
114
116
 
115
- task build
117
+ task build
@@ -86,8 +86,9 @@ To build the project from source you need two tools:
86
86
 
87
87
  1) CD to your effectual directory and run:
88
88
 
89
- task setup
89
+ task setup
90
+
90
91
 
91
92
  2) Then to build an distributable tar.gz and wheel:
92
93
 
93
- task build
94
+ task build
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "effectual"
3
- version = "0.8.1"
3
+ version = "0.8.1.1"
4
4
  description = "A python package/script bundler"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -14,6 +14,7 @@ classifiers = [
14
14
  "Programming Language :: Python :: 3.11",
15
15
  "Programming Language :: Python :: 3.12",
16
16
  "Programming Language :: Python :: 3.13",
17
+ "Programming Language :: Python :: 3.14",
17
18
  "Programming Language :: Python :: Implementation :: CPython",
18
19
  ]
19
20
 
@@ -164,7 +164,7 @@ wheels = [
164
164
 
165
165
  [[package]]
166
166
  name = "effectual"
167
- version = "0.8.1"
167
+ version = "0.8.1.1"
168
168
  source = { editable = "." }
169
169
  dependencies = [
170
170
  { name = "click" },
File without changes
File without changes
File without changes
File without changes