Skip to content

Commit 5b85d99

Browse files
committed
setup updated
1 parent b7d5c16 commit 5b85d99

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

setup.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
"pattern.text.en",
7171
"pattern.text.en.wordlist",
7272
"pattern.text.en.wordnet",
73+
"pattern.text.ru",
74+
"pattern.text.ru.wordlist",
7375
"pattern.text.es",
7476
"pattern.text.fr",
7577
"pattern.text.it",
@@ -87,6 +89,8 @@
8789
"pattern.text.en" : ["*.txt", "*.xml", "*.slp"],
8890
"pattern.text.en.wordlist": ["*.txt"],
8991
"pattern.text.en.wordnet" : ["*.txt", "dict/*"],
92+
"pattern.text.ru": ["*.txt", "*.xml", "*.slp"],
93+
"pattern.text.ru.wordlist": ["*.txt"],
9094
"pattern.text.es" : ["*.txt", "*.xml"],
9195
"pattern.text.fr" : ["*.txt", "*.xml"],
9296
"pattern.text.it" : ["*.txt", "*.xml"],
@@ -118,9 +122,9 @@
118122
"Operating System :: OS Independent",
119123
"Programming Language :: JavaScript",
120124
"Programming Language :: Python",
121-
"Programming Language :: Python 2",
125+
"Programming Language :: Python :: 2",
122126
"Programming Language :: Python :: 2.7",
123-
"Programming Language :: Python 3",
127+
"Programming Language :: Python :: 3",
124128
"Programming Language :: Python :: 3.6",
125129
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
126130
"Topic :: Multimedia :: Graphics",
@@ -142,7 +146,8 @@
142146
"scipy",
143147
"nltk",
144148
"python-docx",
145-
"cherrypy"
149+
"cherrypy",
150+
"requests"
146151
],
147152
zip_safe = False
148153
)

0 commit comments

Comments
 (0)