Skip to content

Commit

Permalink
update README and PYPI description
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Apr 25, 2024
1 parent 75e2011 commit edc25b8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
setup(
name='PetraM_Base',

version='2.1.38',
version='2.1.39',

description='PetraM base package',
long_description=long_description,
Expand All @@ -35,8 +35,12 @@
'Intended Audience :: Developers',
'Topic :: Scientific/Engineering :: Physics',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: 3.6',
],
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.11',
],

keywords='MFEM physics',
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
Expand Down

0 comments on commit edc25b8

Please sign in to comment.