Skip to content

Commit 5d512eb

Browse files
committed
MNT: Add gitpython and twine to "dev" extra
1 parent 8750b7b commit 5d512eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ include_package_data = True
4343
[options.extras_require]
4444
dicom =
4545
pydicom >=0.9.9
46+
dev =
47+
gitpython
48+
twine
4649
doc =
4750
matplotlib >= 1.3.1
4851
mock
@@ -58,7 +61,9 @@ test =
5861
pytest
5962
all =
6063
%(dicom)s
64+
%(dev)s
6165
%(doc)s
66+
%(style)s
6267
%(test)s
6368

6469
[options.entry_points]

0 commit comments

Comments
 (0)