Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henrihapponen authored Sep 5, 2021
1 parent c05d73d commit 17be0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 17be0df

Please sign in to comment.