Skip to content

Commit

Permalink
'doc' extras
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Mar 26, 2024
1 parent 9726189 commit 806bae3
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 @@ -148,7 +148,8 @@ def include_documentation(local_dir, install_dir):
'agilent-format>=0.4.5'
],
extras_require={
'test': ['coverage']
'test': ['coverage'],
'doc': ['sphinx', 'recommonmark'],
},
entry_points=ENTRY_POINTS,
keywords=KEYWORDS,
Expand Down

0 comments on commit 806bae3

Please sign in to comment.