Index: gc_lang/fr/setup.py ================================================================== --- gc_lang/fr/setup.py +++ gc_lang/fr/setup.py @@ -59,10 +59,13 @@ ], # What does your project relate to? keywords='French grammar checker correcteur grammatical français', + # Scripts + script=['cli.py', 'server.py', 'bootle.py'], + # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). # packages=find_packages(exclude=['contrib', 'docs', 'tests']), packages=['grammalecte', 'grammalecte.fr'],