tinyssg 0.0.11__tar.gz → 0.0.12__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.2
2
2
  Name: tinyssg
3
- Version: 0.0.11
3
+ Version: 0.0.12
4
4
  Summary: A simple static site generator
5
5
  Author: Uniras
6
6
  Author-email: tkappeng@gmail.com
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tinyssg"
7
- version = "0.0.11"
7
+ version = "0.0.12"
8
8
  description = "A simple static site generator"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -548,7 +548,7 @@ class TinySSGLauncher:
548
548
  newargv = args.copy()
549
549
  newargv['mode'] = servcommand
550
550
 
551
- command = [sys.executable, __file__, '--config', f"{json.dumps(newargv)}", 'config']
551
+ command = [sys.executable, '-m', 'tinyssg', '--config', f"{json.dumps(newargv)}", 'config']
552
552
 
553
553
  process = subprocess.Popen(
554
554
  command,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tinyssg
3
- Version: 0.0.11
3
+ Version: 0.0.12
4
4
  Summary: A simple static site generator
5
5
  Author: Uniras
6
6
  Author-email: tkappeng@gmail.com
File without changes
File without changes
File without changes