effectual 0.5.6__tar.gz → 0.5.7__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: effectual
3
- Version: 0.5.6
3
+ Version: 0.5.7
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>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "effectual"
3
- version = "0.5.6"
3
+ version = "0.5.7"
4
4
  description = "A python package/script bundler"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -1,6 +1,6 @@
1
1
  from pathlib import Path
2
2
 
3
- from transformations import minifyFile
3
+ from .transformations import minifyFile
4
4
 
5
5
 
6
6
  def cleanPackages(file: Path) -> None:
@@ -5,7 +5,7 @@ tasks:
5
5
  dist:
6
6
  cmds:
7
7
  - uv sync
8
- - uv lock
8
+ - uv lock --upgrade
9
9
  - task: check
10
10
  - uv build
11
11
  - uv publish
@@ -24,7 +24,7 @@ wheels = [
24
24
 
25
25
  [[package]]
26
26
  name = "effectual"
27
- version = "0.5.6"
27
+ version = "0.5.7"
28
28
  source = { editable = "." }
29
29
  dependencies = [
30
30
  { name = "click" },
File without changes
File without changes
File without changes
File without changes