Skip to content

Commit

Permalink
refactor: minor restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
petereon committed Mar 17, 2022
1 parent f8ea3f8 commit d8a57ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ classifiers = [
'Topic :: Software Development :: Libraries',
'Typing :: Typed'
]
packages = [
{ include = "expycted", from = "src" },
]
[tool.poetry.dependencies]
python = "^3.6"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion src/expycted/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from expycted.internals import (
from expycted.internals.value import (
To,
ToNot
)
Expand Down
File renamed without changes.

0 comments on commit d8a57ff

Please sign in to comment.