Skip to content

Commit

Permalink
Merge pull request #112 from pyiron/fix_setup_stage
Browse files Browse the repository at this point in the history
Fix setup stage
  • Loading branch information
liamhuber authored Nov 10, 2022
2 parents 033df07 + b7efa4d commit 0254289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
author_email='liamhuber@greyhavensolutions.com',
license='BSD',

classifiers=['Development Status :: 5 - Production/Stable',
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.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'],
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'],

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

0 comments on commit 0254289

Please sign in to comment.