Skip to content

Commit

Permalink
Switched to the src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 16, 2021
1 parent f2a6c8f commit 350f1a1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@ classifiers =
Programming Language :: Python :: 3.10

[options]
package_dir=
= src
packages = typeguard
python_requires = >= 3.5.3
zip_safe = False

[options.packages.find]
where = src

[options.package_data]
typeguard = py.typed

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ commands =

[testenv:flake8]
deps = flake8
commands = flake8 typeguard tests
commands = flake8 src tests
skip_install = true

0 comments on commit 350f1a1

Please sign in to comment.