File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ test = [
5050 ' pytest-cov>=2.6.0' ,
5151 ' pytest-rerunfailures>=10.3,<15' ,
5252 ' jupyter>=1.0.0,<2' ,
53- ' rundoc>=0.4.3,<0.5' ,
5453 ' pytest-runner >= 2.11.1' ,
5554 ' tomli>=2.0.0,<3' ,
5655]
@@ -60,15 +59,15 @@ dev = [
6059 # general
6160 ' setuptools<70' ,
6261 ' build>=1.0.0,<2' ,
63- ' bump-my-version>=0.18.3,<1 ' ,
62+ ' bump-my-version>=0.18.3' ,
6463 ' pip>=9.0.1' ,
6564 ' watchdog>=1.0.1,<5' ,
6665
6766 # style check
6867 ' ruff>=0.3.2,<1' ,
6968
7069 # distribute on PyPI
71- ' twine>=1.10.0,<4 ' ,
70+ ' twine>=1.10.0' ,
7271 ' wheel>=0.30.0' ,
7372
7473 # Advanced testing
@@ -78,6 +77,7 @@ dev = [
7877 # Invoking test commands
7978 ' invoke'
8079]
80+ readme = [' rundoc>=0.4.3,<0.5' ,]
8181
8282[tool .setuptools ]
8383include-package-data = true
You can’t perform that action at this time.
0 commit comments