Skip to content

Commit

Permalink
Update setup.py for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
drlukeparry committed Sep 11, 2021
1 parent 1ed3a04 commit 01f79a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
version=__version__,
description='Python Package for Additive Manufacturing Development',
long_description=readme,
long_description_content_type = 'text/x-rst',
long_description_content_type='text/x-rst',
author='Luke Parry',
author_email='dev@lukeparry.uk',
url='https://github.com/drlukeparry/pyslm',
Expand All @@ -106,6 +106,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Natural Language :: English',
'Topic :: Scientific/Engineering'],
license="",
Expand Down

0 comments on commit 01f79a6

Please sign in to comment.