Skip to content

Commit a429eaf

Browse files
committed
changes development status to 5 - Production/Stable
1 parent 4bb450b commit a429eaf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,16 @@
5454
# 3 - Alpha
5555
# 4 - Beta
5656
# 5 - Production/Stable
57-
'Development Status :: 4 - Beta',
57+
'Development Status :: 5 - Production/Stable',
5858

5959
# Indicate who your project is intended for
6060
'Intended Audience :: Developers',
61+
'Intended Audience :: Information Technology',
62+
'Intended Audience :: Science/Research',
63+
6164
'Topic :: Scientific/Engineering :: Artificial Intelligence',
65+
'Topic :: Scientific/Engineering :: Information Analysis',
66+
'Topic :: Software Development :: Libraries :: Python Modules',
6267

6368
# Pick your license as you wish (should match "license" above)
6469
'License :: OSI Approved :: MIT License',
@@ -75,7 +80,7 @@
7580
],
7681

7782
# What does your project relate to?
78-
keywords=['machine learning', 'data science', 'automated machine learning', 'regressor', 'regressors', 'regression', 'classification', 'classifiers', 'classifier', 'estimators', 'predictors', 'XGBoost', 'Random Forest', 'sklearn', 'scikit-learn', 'analytics', 'analysts', 'coefficients', 'feature importances' 'analytics', 'artificial intelligence', 'subpredictors', 'ensembling', 'stacking', 'blending', 'feature engineering', 'feature extraction', 'feature selection', 'production', 'pandas', 'dataframes', 'machinejs'],
83+
keywords=['machine learning', 'data science', 'automated machine learning', 'regressor', 'regressors', 'regression', 'classification', 'classifiers', 'classifier', 'estimators', 'predictors', 'XGBoost', 'Random Forest', 'sklearn', 'scikit-learn', 'analytics', 'analysts', 'coefficients', 'feature importances' 'analytics', 'artificial intelligence', 'subpredictors', 'ensembling', 'stacking', 'blending', 'feature engineering', 'feature extraction', 'feature selection', 'production', 'pandas', 'dataframes', 'machinejs', 'deep learning', 'tensorflow', 'deeplearning', 'lightgbm', 'gradient boosting', 'gbm', 'keras', 'production ready', 'test coverage'],
7984

8085
# You can just specify the packages manually here if your project is
8186
# simple. Or you can use find_packages().

0 commit comments

Comments
 (0)