tinyssg 0.0.9__tar.gz → 0.0.11__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.9
3
+ Version: 0.0.11
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.9"
7
+ version = "0.0.11"
8
8
  description = "A simple static site generator"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -0,0 +1,4 @@
1
+ from tinyssg import TinySSG
2
+
3
+ if __name__ == '__main__':
4
+ TinySSG.cli_main()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tinyssg
3
- Version: 0.0.9
3
+ Version: 0.0.11
4
4
  Summary: A simple static site generator
5
5
  Author: Uniras
6
6
  Author-email: tkappeng@gmail.com
@@ -1,6 +1,7 @@
1
1
  README.md
2
2
  pyproject.toml
3
- tinyssg/tinyssg.py
3
+ tinyssg/__init__.py
4
+ tinyssg/__main__.py
4
5
  tinyssg.egg-info/PKG-INFO
5
6
  tinyssg.egg-info/SOURCES.txt
6
7
  tinyssg.egg-info/dependency_links.txt
File without changes
File without changes