Skip to content

Commit

Permalink
fixed pyproject.toml, layout, absolute to relative import. py -m atap…
Browse files Browse the repository at this point in the history
…i works now (oh, boy)
  • Loading branch information
miron committed Jun 17, 2022
1 parent 79d25a2 commit 5ce177b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Empty file added atapi/__init__.py
Empty file.
File renamed without changes.
Empty file added atapi/comp/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ homepage = "https://street.yoga"
documentation = "https://github.com/streetyoga/atapi/wiki/Documentation"
repository = "https://github.com/streetyoga/atapi"

[tool.setuptools]
packages = ["atapi", "atapi.comp"]

[tool.setuptools_scm]

0 comments on commit 5ce177b

Please sign in to comment.