diff --git a/setup.py b/setup.py index 9d43143..2cddd90 100644 --- a/setup.py +++ b/setup.py @@ -58,11 +58,12 @@ "graph-convolutional-networks", ], classifiers=[ - "Development Status :: 0 - Gamma", + "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3", - "Topic :: Scientific/Engineering :: Graph Deep Learning", + "License :: OSI Approved :: MIT License", + "Topic :: Scientific/Engineering :: Artificial Intelligence", ], ext_modules=ext_modules, author='Emmanouil Karystinaios',