Skip to content

Commit

Permalink
Merge pull request #203 from pyiron/add_311
Browse files Browse the repository at this point in the history
Add 311
  • Loading branch information
liamhuber authored Aug 3, 2023
2 parents 7bd20d7 + d445220 commit 14bbfd7
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@
author_email='[email protected]',
license='BSD',

classifiers=['Development Status :: 3 - Alpha',
'Topic :: Scientific/Engineering :: Physics',
'License :: OSI Approved :: BSD License',
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'],
classifiers=[
'Development Status :: 3 - Alpha',
'Topic :: Scientific/Engineering :: Physics',
'License :: OSI Approved :: BSD License',
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],

keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
Expand Down

0 comments on commit 14bbfd7

Please sign in to comment.