From 17be0df017452ed92fce389ecc664d0419bddd33 Mon Sep 17 00:00:00 2001 From: Henri Happonen <78052199+henrihapponen@users.noreply.github.com> Date: Sun, 5 Sep 2021 19:12:50 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e3f3afa..189d250 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages classifiers = [ - 'Development Status :: 5 - Production/Stable', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Operating System :: Microsoft :: Windows :: Windows 10', 'License :: OSI Approved :: MIT License', @@ -13,7 +13,7 @@ version='0.0.1', description='Edit Word documents, keep original format.', long_description=open('README.txt').read() + '\n\n' + open('CHANGELOG.txt').read(), - url='', + url='https://github.com/henrihapponen/docxedit', author='Henri Happonen', author_email='henkka.happonen@gmail.com', license='MIT',