Skip to content

Commit

Permalink
setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 25, 2024
1 parent 0c5a01c commit c1067b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,12 @@ dev = [
github-actions = ["pytest-github-actions-annotate-failures"]
graph = ["networkx"]
mqf2 = ["cpflows"]

[tool.setuptools]
py-modules = ["pytorch_forecasting"]

[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools>61",
]
9 changes: 0 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,3 @@ no_implicit_optional = true
check_untyped_defs = true

cache_dir = .cache/mypy/


[options]
packages = find:
package_dir =
= pytorch_forecasting

[options.packages.find]
where = pytorch_forecasting

0 comments on commit c1067b4

Please sign in to comment.