Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
add required version of Python
  • Loading branch information
williammadie authored Jun 27, 2024
1 parent f1a7979 commit 18c7c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
setup(
name='deidcm',
version='0.0.3',
python_requires='>=3.6',
description='Reusable toolset for deidentifiying images and metadata contained inside DICOM files',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 18c7c4b

Please sign in to comment.