Skip to content

Commit

Permalink
Merge pull request #3 from OpenDrugDiscovery/package-changes
Browse files Browse the repository at this point in the history
Better Packaging
  • Loading branch information
shenoynikhil authored Sep 25, 2023
2 parents 8d0cbc2 + 53c15ac commit 56834ee
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fallback_version = "dev"
profile = "black"

[tool.setuptools.packages.find]
where = ["."]
where = ["src"]
include = ["openqdc", "openqdc.*"]
exclude = []
namespaces = true
Expand Down Expand Up @@ -59,4 +59,4 @@ ignore = ["E731"]

[tool.ruff.per-file-ignores]
"__init__.py" = ["F403"]
"openqdc/raws/config_factory.py" = ["E501"]
"**/config_factory.py" = ["E501"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 56834ee

Please sign in to comment.