updated python_pip_normalize_module_names.sh

pull/2/head
Hari Sekhon 6 years ago
parent c88444fabf
commit e94b478002

@ -22,6 +22,7 @@ sed '
s/-*python$//;
s/-/_/g;
s/beautifulsoup4/bs4/;
s/traceback2/traceback/;
s/MySQL/MySQLdb/;
s/PyYAML/yaml/;
s/GitPython/git/;

Loading…
Cancel
Save