Skip to content

Commit

Permalink
Merge pull request #14 from scott-huberty/static_install
Browse files Browse the repository at this point in the history
FIX: Make sure eegeyenet_urls.csv gets included in package data durin…
  • Loading branch information
scott-huberty authored May 13, 2024
2 parents 957f98d + e69d50a commit 2160e09
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ['setuptools >= 61.0.0']
requires = ['setuptools >= 61.0.0', "setuptools-scm>=8.0"]
build-backend = 'setuptools.build_meta'

[project]
Expand Down Expand Up @@ -84,15 +84,12 @@ tracker = 'https://github.com/scott-huberty/EOGLearn/issues'
# documentation = 'https://github.com/scott-huberty/EOGLearn/'

[tool.setuptools]
include-package-data = false
include-package-data = true

[tool.setuptools.packages.find]
include = ['eoglearn*']
exclude = ['eoglearn*tests']

# [tool.setuptools.package-data]
# "eoglearn" = ["assets/*"]

[tool.black]
line-length = 88
target-version = ['py39']
Expand Down

0 comments on commit 2160e09

Please sign in to comment.