Skip to content

Commit 47c242a

Browse files
authored
Merge pull request #268 from RDFLib/fix-py-typed-location
Move py.typed location to inside the pyshacl module.
2 parents b5dd32c + 0eac6e5 commit 47c242a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ include = [
5454
{ path = "Makefile", format = "sdist" },
5555
{ path = "*.md" },
5656
{ path = "*.txt" },
57+
{ path = "pyshacl/py.typed" },
5758
{ path = "pyshacl/assets/*.pickle" },
5859
{ path = "pyshacl/*.spec" }
5960
]
@@ -63,7 +64,6 @@ python = "^3.8.1" # Poetry doesn't read from [project.requires-python]
6364
# Note, 3.8.0 is not supported, only 3.8.1 or above. See:
6465
# https://github.com/RDFLib/rdflib/blob/3bee979cd0e5b6efc57296b4fc43dd8ede8cf375/CHANGELOG.md?plain=1#L53
6566
rdflib = {version=">=6.3.2,<8.0", python = ">=3.8.1"}
66-
html5lib = ">=1.1,<2"
6767
owlrl = ">=6.0.2,<7"
6868
prettytable = [
6969
{version=">=3.5.0", python = ">=3.8,<3.12"},

py.typed pyshacl/py.typed

File renamed without changes.

0 commit comments

Comments
 (0)