File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 31
31
test_submission : true
32
32
package_name : ' propkatraj'
33
33
module_name : ' propkatraj'
34
+ test_deps : ' pytest MDAnalysisTests'
34
35
tests : true
35
36
36
37
pypi_push :
54
55
with :
55
56
package_name : ' propkatraj'
56
57
module_name : ' propkatraj'
58
+ test_deps : ' pytest MDAnalysisTests'
57
59
tests : true
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ classifiers = [
34
34
readme = " README.md"
35
35
requires-python = " >=3.10"
36
36
dependencies = [
37
- " MDAnalysis>=2.1.0" ,
37
+ " MDAnalysis>=2.1.0" ,
38
38
" numpy" ,
39
39
" pandas" ,
40
40
" propka==3.1" ,
@@ -51,10 +51,11 @@ test = [
51
51
" pytest>=6.0" ,
52
52
" pytest-xdist>=2.5" ,
53
53
" pytest-cov>=3.0" ,
54
+ " MDAnalysisTests>=2.1.0" ,
54
55
]
55
56
56
57
[project .urls ]
57
- "documentation" = " https://github.com/Becksteinlab/ propkatraj/blob/main/README.md "
58
+ "documentation" = " https://becksteinlab. github.io/ propkatraj/"
58
59
"Issue tracker" = " https://github.com/Becksteinlab/propkatraj/issues"
59
60
"MDAKit registry" = " https://mdakits.mdanalysis.org/propkatraj.html"
60
61
"source" = " https://github.com/Becksteinlab/propkatraj"
You can’t perform that action at this time.
0 commit comments