Skip to content

Commit

Permalink
Merge pull request #268 from RDFLib/fix-py-typed-location
Browse files Browse the repository at this point in the history
Move py.typed location to inside the pyshacl module.
  • Loading branch information
ashleysommer authored Oct 10, 2024
2 parents b5dd32c + 0eac6e5 commit 47c242a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ include = [
{ path = "Makefile", format = "sdist" },
{ path = "*.md" },
{ path = "*.txt" },
{ path = "pyshacl/py.typed" },
{ path = "pyshacl/assets/*.pickle" },
{ path = "pyshacl/*.spec" }
]
Expand All @@ -63,7 +64,6 @@ python = "^3.8.1" # Poetry doesn't read from [project.requires-python]
# Note, 3.8.0 is not supported, only 3.8.1 or above. See:
# https://github.com/RDFLib/rdflib/blob/3bee979cd0e5b6efc57296b4fc43dd8ede8cf375/CHANGELOG.md?plain=1#L53
rdflib = {version=">=6.3.2,<8.0", python = ">=3.8.1"}
html5lib = ">=1.1,<2"
owlrl = ">=6.0.2,<7"
prettytable = [
{version=">=3.5.0", python = ">=3.8,<3.12"},
Expand Down
File renamed without changes.

0 comments on commit 47c242a

Please sign in to comment.