You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add trove classifiers to the repo. This can be done by by adding a parameter with the name classifiers to the call to setup in setup.py. The value should be a list of strings from here.
I suggest the following list:
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Software Development :: Libraries :: Python Modules"
]
I am not sure whether our development status is Beta or Production/Stable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We should add trove classifiers to the repo. This can be done by by adding a parameter with the name
classifiers
to the call tosetup
insetup.py
. The value should be a list of strings from here.I suggest the following list:
I am not sure whether our development status is Beta or Production/Stable.
Beta Was this translation helpful? Give feedback.
All reactions