Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycorletti committed Jun 22, 2023
1 parent 00a030c commit 108b691
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ Documentation = "https://snok.corletti.xyz"
[project.scripts]
snok = "snok.cli:app"

[tool.setuptools.package-data]
snok = ["py.typed", "templates/**/*"]

[tool.setuptools.dynamic]
version = {attr = "snok.__version__"}

[tool.setuptools.packages.find]
exclude = ["tests"]

[tool.ruff]
line-length = 88
ignore = [
Expand Down Expand Up @@ -168,6 +177,3 @@ directory = "htmlcov"

[tool.coverage.xml]
output = "coverage.xml"

[tool.setuptools.dynamic.version]
attr = "snok.__version__"
17 changes: 0 additions & 17 deletions setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion snok/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""snok"""

__version__ = "0.0.4"
__version__ = "0.0.5"

1 comment on commit 108b691

@vercel
Copy link

@vercel vercel bot commented on 108b691 Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.