Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: William Moreno <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor committed Apr 16, 2024
1 parent c6b0e45 commit 7508458
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 192 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/container.yml

This file was deleted.

11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[project]
name = "cacao_accounting"
description = "Accounting app."
description = "Accounting management system."
readme = "README.md"
requires-python = ">=3.8"
authors = [
{name = "BMO Soluciones", email = "soluciones.bmo@gmail.com"},
{name = "William Moreno Reyes", email = "williamjmorenor@gmail.com"},
{name = "BMO Soluciones", email = "development@bmogroup.solutions"},
]
license = {file = "LICENSE"}
keywords = ["accounting"]
classifiers = [
'Development Status :: 1 - Planning',
'Framework :: Flask',
Expand All @@ -29,6 +32,10 @@ cacaoctl="cacao_accounting:command"
dependencies = {file = ["requirements.txt"]}
version = {attr = "cacao_accounting.version.VERSION"}

[tool.setuptools.packages.find]
include = ["cacao_accounting"]
namespaces = false

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
Expand Down
79 changes: 0 additions & 79 deletions setup.py

This file was deleted.

0 comments on commit 7508458

Please sign in to comment.