File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,9 @@ maintainers = [
1111]
1212description = " CountESS"
1313requires-python = " >=3.9"
14- license = { text = " BSD-3-Clause" }
1514classifiers = [
16- ' Development Status :: 2 - Pre- Alpha' ,
15+ ' Development Status :: 3 - Alpha' ,
1716 ' Intended Audience :: Science/Research' ,
18- ' License :: OSI Approved :: BSD License' ,
1917 ' Operating System :: OS Independent' ,
2018 ' Topic :: Scientific/Engineering :: Bio-Informatics' ,
2119]
@@ -38,14 +36,15 @@ dependencies = [
3836[project .optional-dependencies ]
3937dev = [
4038 ' black<24' ,
41- ' build==0.10.0 ' ,
39+ ' build==1.2.2 ' ,
4240 ' coverage==7.3.2' ,
4341 ' mypy~=1.0.1' ,
4442 ' pylint~=3.2.3' ,
4543 ' semver~=3.0.2' ,
4644 ' types-psutil~=5.9.5' ,
4745 ' types-ttkthemes~=3.2' ,
48- ' twine~=4.0.2' ,
46+ ' twine~=6.1.0' ,
47+ ' packaging~=25.0' ,
4948 ' pandas-stubs~=2.1.0' ,
5049 ' pytest~=7.2' ,
5150 ' pytest-socket~=0.6.0' ,
@@ -85,6 +84,7 @@ packages = [
8584 ' countess' ,
8685 ' countess.core' ,
8786 ' countess.gui' ,
87+ ' countess.gui.icons' ,
8888 ' countess.plugins' ,
8989 ' countess.utils' ,
9090]
You can’t perform that action at this time.
0 commit comments