Skip to content

Commit 8e65bdb

Browse files
committed
changed dir struct again to src
1 parent c474480 commit 8e65bdb

25 files changed

+404
-2
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ PyOpenGL==3.1.6
9191
pyparsing==3.0.7
9292
qtpy>=1.7.0
9393
pyrsistent==0.18.1
94+
PyQt5==5.15.6
9495
python-dateutil==2.8.2
9596
pytomlpp==1.0.10
9697
pytz==2021.3

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ packages = find:
2727
include_package_data = True
2828
python_requires = >=3.8
2929
package_dir =
30-
=napari_cellseg_annotator
30+
=src
3131

3232
# add your package requirements here
3333
install_requires =
3434
numpy
3535

3636
[options.packages.find]
37-
where = napari_cellseg_annotator
37+
where = src
3838

3939
[options.package_data]
4040
* = *.yaml
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 commit comments

Comments
 (0)