tree-docs 0.1.2__tar.gz → 0.1.3__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: tree-docs
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Gerador automático de árvore de diretórios com emojis e comentários para documentação em Markdown
5
5
  Author-email: Kelvin Matheus <kmathews.blaze@email.com>
6
6
  License: MIT
@@ -35,7 +35,7 @@ Requires-Dist: pre-commit>=2.20.0; extra == "dev"
35
35
  [![PyPI version](https://badge.fury.io/py/tree-docs.svg)](https://badge.fury.io/py/tree-docs)
36
36
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
37
37
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
38
- [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
38
+ [![GitHub stars](https://img.shields.io/github/stars/kmatheus/tree-docs.svg)](https://github.com/kmatheus/tree-docs/stargazers)
39
39
 
40
40
  Gerador automático de árvore de diretórios com emojis e comentários para documentação em Markdown.
41
41
 
@@ -3,7 +3,7 @@
3
3
  [![PyPI version](https://badge.fury.io/py/tree-docs.svg)](https://badge.fury.io/py/tree-docs)
4
4
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
- [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
6
+ [![GitHub stars](https://img.shields.io/github/stars/kmatheus/tree-docs.svg)](https://github.com/kmatheus/tree-docs/stargazers)
7
7
 
8
8
  Gerador automático de árvore de diretórios com emojis e comentários para documentação em Markdown.
9
9
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tree-docs"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "Gerador automático de árvore de diretórios com emojis e comentários para documentação em Markdown"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -15,5 +15,5 @@ from .config import Config
15
15
  from .defaults import DEFAULTS
16
16
  from .cli import main
17
17
 
18
- __version__ = "0.1.2"
18
+ __version__ = "0.1.3"
19
19
  __all__ = ["TreeGenerator", "Config", "DEFAULTS", "main"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-docs
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Gerador automático de árvore de diretórios com emojis e comentários para documentação em Markdown
5
5
  Author-email: Kelvin Matheus <kmathews.blaze@email.com>
6
6
  License: MIT
@@ -35,7 +35,7 @@ Requires-Dist: pre-commit>=2.20.0; extra == "dev"
35
35
  [![PyPI version](https://badge.fury.io/py/tree-docs.svg)](https://badge.fury.io/py/tree-docs)
36
36
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
37
37
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
38
- [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
38
+ [![GitHub stars](https://img.shields.io/github/stars/kmatheus/tree-docs.svg)](https://github.com/kmatheus/tree-docs/stargazers)
39
39
 
40
40
  Gerador automático de árvore de diretórios com emojis e comentários para documentação em Markdown.
41
41
 
File without changes
File without changes
File without changes