Skip to content

Commit

Permalink
Bump version number, remove unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
1over137 committed Dec 23, 2021
1 parent 3a001b6 commit 50a421e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions cx_freeze/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
# "packages": ["os"] is used as example only
build_exe_options = {"packages": ["ssmtool", "setuptools", "PyQt5",
"bs4", "lxml", "simplemma", "googletrans",
"bidict", "pystardict", "flask", "MeCab",
"unidic_lite", "pymorphy2",
"bidict", "pystardict", "flask", "pymorphy2",
"pymorphy2_dicts", "playsound"],
"excludes": ["tkinter"],
"include_msvcr": True}
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ssmtool
version = 0.4.0
version = 0.4.1
author = FreeLanguageTools
author_email = [email protected]
description = A simple, effective sentence mining tool.
Expand All @@ -27,8 +27,6 @@ install_requires =
pystardict
bidict
flask
mecab-python3
unidic_lite


[options.entry_points]
Expand Down

0 comments on commit 50a421e

Please sign in to comment.