Skip to content

Commit

Permalink
Adopt src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
davidesarra committed Nov 8, 2022
1 parent 4230289 commit 4cf2ce1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ classifiers =
Programming Language :: Python :: 3.11

[options]
packages = jupyter_spaces
package_dir = =src
packages = find:
python_requires = >=3.6
install_requires =
ipython>=5.0.0
Expand All @@ -46,6 +47,9 @@ test =
pytest-cov==4.0.0
tox==3.27.0

[options.packages.find]
where = src

[tool:pytest]
addopts =
-vvv
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4cf2ce1

Please sign in to comment.