gitpub-py 1.0.0__tar.gz → 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: gitpub-py
3
- Version: 1.0.0
3
+ Version: 1.1
4
4
  Summary: A collaborative web to print tool based on the git version control software
5
5
  Keywords: git,print,terminal,pdf,markdown,html
6
6
  Author: Kim Kleinert
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
4
 
5
5
  [project]
6
6
  name = "gitpub-py"
7
- version = "1.0.0"
7
+ version = "1.1"
8
8
  authors = [
9
9
  { name="Kim Kleinert", email="mail@kimkleinert.com" },
10
10
  ]
@@ -304,7 +304,7 @@ def main():
304
304
  # ------------------------------------------------------------------------
305
305
 
306
306
  # empty the html dir
307
- os.system('rm ./html/*')
307
+ os.system('rm html/*')
308
308
 
309
309
  # empty the yaml dir
310
- os.system('rm ./yaml/*')
310
+ os.system('rm yaml/*')
File without changes
File without changes