diff --git a/setup.cfg b/setup.cfg index b88034e..6fedc19 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [metadata] description-file = README.md + +[bdist_wheel] +universal=1 diff --git a/setup.py b/setup.py index 496c8bb..f827b48 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read_file(name): setup( name='budou', - version='0.8.1', + version='0.8.3', author='Shuhei Iitsuka', author_email='tushuhei@google.com', description='CJK Line Break Organizer',