mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
14 lines
525 B
Diff
14 lines
525 B
Diff
Fix "Package 'langdetect.profiles' is absent from the `packages` configuration."
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -18,7 +18,7 @@ setup(
|
|
author_email='michal.danilak@gmail.com',
|
|
url='https://github.com/Mimino666/langdetect',
|
|
keywords='language detection library',
|
|
- packages=['langdetect', 'langdetect.utils', 'langdetect.tests'],
|
|
+ packages=['langdetect', 'langdetect.utils', 'langdetect.tests', 'langdetect.profiles'],
|
|
include_package_data=True,
|
|
install_requires=['six'],
|
|
license='MIT',
|