File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717__email__ = 'pablo@ppizarror.com'
1818__keywords__ = 'dictionary multi-language synonym antonym definition'
1919__license__ = 'MIT'
20- __module_name__ = 'PyMultiDictionary '
20+ __module_name__ = 'pymultidictionary '
2121__url__ = 'https://github.com/ppizarror/PyMultiDictionary'
2222__url_bug_tracker__ = 'https://github.com/ppizarror/PyMultiDictionary'
2323__url_documentation__ = 'https://github.com/ppizarror/PyMultiDictionary'
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ def __str__(self) -> str:
3232 patch = property (lambda self : self [2 ])
3333
3434
35- vernum = Version (1 , 3 , 1 )
35+ vernum = Version (1 , 3 , 2 )
3636ver = str (vernum )
3737rev = ''
Original file line number Diff line number Diff line change 1515if mode == 'pip' :
1616 if os .path .isdir ('dist/' ):
1717 for k in os .listdir ('dist/' ):
18- if 'PyMultiDictionary -' in k :
18+ if 'pymultidictionary -' in k :
1919 os .remove (f'dist/{ k } ' )
2020 if os .path .isdir ('build' ):
2121 for k in os .listdir ('build' ):
You can’t perform that action at this time.
0 commit comments