diff options
author | msglm <msglm@techchud.xyz> | 2024-05-12 09:23:05 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-05-12 09:23:05 -0500 |
commit | ef846e0130b1a9e41d788488926916d13a30be86 (patch) | |
tree | 20da26efd5bf71b253dae18e208cc4151ce4a8fd | |
parent | 4aa57b400c37741a16775e179a3da93c290ca99e (diff) | |
download | comedyGenerator-1.0.5.tar.gz comedyGenerator-1.0.5.tar.bz2 comedyGenerator-1.0.5.zip |
args_parser -> argparsev1.0.5
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,6 +11,6 @@ setup( install_requires=['ffmpeg', 'xdg'], #external packages as dependencies entry_points=''' [console_scripts] - comedyGenerator=comedyGenerator.comedyGenerator:args_parser + comedyGenerator=comedyGenerator.comedyGenerator:argparse ''' ) |