Skip to content

Commit

Permalink
chore: Update package data discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 13, 2024
1 parent ef36651 commit bb36914
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tools/schemacode/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bidsschematools
version = file:bidsschematools/data/schema/SCHEMA_VERSION
version = file:src/bidsschematools/data/schema/SCHEMA_VERSION
url = https://github.com/bids-standard/bids-specification
author = bids-standard developers
author_email = [email protected]
Expand All @@ -25,8 +25,6 @@ install_requires =
pyyaml
importlib_resources; python_version < "3.9"
jsonschema
packages = find:
include_package_data = false
zip_safe = false

[options.extras_require]
Expand Down Expand Up @@ -59,8 +57,7 @@ bidsschematools =
data/schema/BIDS_VERSION
data/schema/SCHEMA_VERSION
data/schema/**/*.yaml
tests/data/**/*
tests/data/**/.bidsignore
tests/data/*

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit bb36914

Please sign in to comment.