effectual 0.7.3__tar.gz → 0.7.4__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.7.3
3
+ Version: 0.7.4
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.7.3"
3
+ version = "0.7.4"
4
4
  description = "A python package/script bundler"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -38,6 +38,7 @@ def main() -> None:
38
38
 
39
39
  outputFile: Path = devBundlePath / outputFileName
40
40
 
41
+ bundle(sourceDirectory, outputFile)
41
42
  runCommand = subprocess.Popen(["uv", "run", outputFile], shell=True)
42
43
 
43
44
  for change in watch(sourceDirectory):
@@ -39,7 +39,7 @@ wheels = [
39
39
 
40
40
  [[package]]
41
41
  name = "effectual"
42
- version = "0.7.3"
42
+ version = "0.7.4"
43
43
  source = { editable = "." }
44
44
  dependencies = [
45
45
  { name = "click" },
File without changes
File without changes
File without changes
File without changes
File without changes