Skip to content

Commit

Permalink
Cleanup extras definition, adding optional pywin32 for lnk creation
Browse files Browse the repository at this point in the history
  • Loading branch information
xeor committed May 31, 2019
1 parent a9ff7d8 commit 166174f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -19,7 +19,8 @@

# Optional packages
extras = {
'all': ['piexif', 'filetype']
'allmeta': ['piexif', 'filetype'],
'winlnk': ['pywin32']
}

# put setup requirements (distutils extensions, etc.) here
Expand Down

0 comments on commit 166174f

Please sign in to comment.