Skip to content

Commit

Permalink
Include template in package files.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Dec 7, 2022
1 parent 7a885f7 commit 142fafb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aoc_lube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"utils",
)

__version__ = "0.2.5"
__version__ = "0.2.6"

CONFIG_DIR = Path.home() / ".aoc_lube"
if not CONFIG_DIR.exists():
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ dynamic = ["version"]
[tool.setuptools.dynamic]
version = {attr = "aoc_lube.__version__"}

[tool.setuptools.package-data]
aoc_lube = ["*.txt"]

[project.optional-dependencies]
utils = ["networkx >= 2.8.8", "numpy >= 1.23.4"]

0 comments on commit 142fafb

Please # to comment.