Skip to content

Commit acb17b6

Browse files
committed
Add extras_require with dictionaries
1 parent 6b70d04 commit acb17b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ def _get_pkg_data_files(self, package):
214214
ext_modules = [MECAB_EXTENSION],
215215
cmdclass = cmdclass,
216216
setup_requires = ["setuptools_scm"],
217+
extras_require = {
218+
'unidic': ['unidic'],
219+
'unidic-lite': ['unidic-lite'],
220+
},
217221
classifiers = [
218222
"Development Status :: 6 - Mature",
219223
"Programming Language :: Python :: 2",

0 commit comments

Comments
 (0)