Skip to content

Commit

Permalink
Merge pull request #3 from DeepRank/fix-build
Browse files Browse the repository at this point in the history
Add dependencies for publishing
  • Loading branch information
svenvanderburg authored Jun 29, 2022
2 parents 510c1d4 + 41f6dd1 commit 22851ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
'dev': ['prospector[with_pyroma]', 'yapf', 'isort'],
'doc': ['recommonmark', 'sphinx', 'sphinx_rtd_theme'],
'test': ['nose','coverage', 'pycodestyle', 'pytest', 'pytest-cov', 'pytest-runner','coveralls'],
'publishing': ['build', 'twine', 'wheel']
}
)
)

0 comments on commit 22851ab

Please sign in to comment.