Skip to content

Commit 1c688c6

Browse files
committed
Fixed pyproject to not include the examples in the docs
1 parent d43cfd5 commit 1c688c6

3 files changed

Lines changed: 129 additions & 146 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
include versioneer.py
22
include hed/_version.py
3-
include requirements.txt
4-
recursive-include examples *.ipynb *.md
3+
include requirements.txt

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ namespaces = false
121121

122122
[tool.setuptools.package-data]
123123
hed = ["schema/schema_data/*.xml", "resources/*.png", "validator/data/*"]
124-
"" = ["examples/*.ipynb", "examples/*.md"]
125124

126125
[tool.codespell]
127126
skip = '*.git,*.pdf,*.svg,versioneer.py,venv*,*.tsv,*.yaml,*.yml,*.json,*.rdf,*.jsonld,spec_tests,,*.xml,*.mediawiki,*.omn,*.toml'

0 commit comments

Comments
 (0)