Skip to content

Commit

Permalink
toml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quadrismegistus committed Aug 21, 2024
1 parent 014c2ea commit 8cd59cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hashstash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
from .constants import *
from .config import *
from .hashstash import *
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ all = [
engines = ["sqlitedict", "redis", "redis_dict", "diskcache", "lmdb", "pickledb"]

[tool.setuptools]
py-modules = ["hashstash"]
packages = ["hashstash"]
package-dir = {"" = "."}

[tool.pytest.ini_options]
addopts = "-v"
Expand Down

0 comments on commit 8cd59cd

Please sign in to comment.