Skip to content

Commit

Permalink
⚙️ Config version (#17)
Browse files Browse the repository at this point in the history
* ⚙️  Config Version
  • Loading branch information
AyslanBatista authored Jun 19, 2024
1 parent dd281b4 commit 6c08e57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
<a href="https://github.com/AyslanBatista/encryptdef?tab=Unlicense-1-ov-file#readme" target="_blank">
<img src="https://img.shields.io/badge/license-MIT-007EC7.svg?color=%2334D058" alt="License">
</a>
</a>
<a href="https://pypi.python.org/pypi/encryptdef" target="_blank">
<img src="https://img.shields.io/pypi/v/encryptdef.svg?color=%2334D058&label=pypi%20package" alt="Package version">
</a>
<a href="https://pypi.python.org/pypi/encryptdef" target="_blank">
<img src="https://img.shields.io/pypi/pyversions/encryptdef.svg?color=%2334D058" alt="Supported Python versions">
</a>
</p>

---
Expand Down
1 change: 0 additions & 1 deletion encryptdef/VERSION.txt

This file was deleted.

12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description = "Projeto em python para criptografar e descriptografar dados e arq
authors = [{ name = "Ayslan Batista", email = "ayslan.batista@hotmail.com" }]
requires-python = ">=3.10"
license = { text = "MIT" }
dynamic = ["version", "readme", "dependencies", "optional-dependencies"]
version = "1.0.9"
dynamic = ["readme", "dependencies", "optional-dependencies"]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python",
Expand All @@ -28,9 +29,7 @@ Issues = "https://github.com/AyslanBatista/encryptdef/issues"
encryptdef = "encryptdef.__main__:main"

[build-system]
# Setuptools acima da versão 45
# setuptools_scm utilizar o git tag v1.0.1
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
Expand All @@ -44,11 +43,6 @@ dependencies = { file = "requirements.txt" }
dev = { file = "requirements.dev.txt" }
test = { file = "requirements.test.txt" }

[tool.setuptools_scm]
write_to = "encryptdef/VERSION.txt"
version_scheme = "no-guess-dev" # Altere para no-guess-dev
local_scheme = "no-local-version"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q -vv"
Expand Down

0 comments on commit 6c08e57

Please sign in to comment.