Index: gc_lang/fr/setup.py ================================================================== --- gc_lang/fr/setup.py +++ gc_lang/fr/setup.py @@ -65,11 +65,11 @@ scripts=['grammalecte-cli.py', 'grammalecte-server.py', 'bottle.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'], + packages=['grammalecte', 'grammalecte.graphspell', 'grammalecte.fr'], # Alternatively, if you want to distribute just a my_module.py, uncomment # this: # py_modules=["my_module"], @@ -90,11 +90,11 @@ # If there are data files included in your packages that need to be # installed, specify them here. If using Python 2.6 or less, then these # have to be included in MANIFEST.in as well. package_data={ - 'grammalecte': ['_dictionaries/French.bdic', '*.txt'] + 'grammalecte': ['graphspell/_dictionaries/fr.bdic', '*.txt'] }, # Although 'package_data' is the preferred approach, in some case you may # need to place data files outside of your packages. See: # http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa