diff --git a/setup.cfg b/setup.cfg index 7b03254..0c151be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,20 +2,21 @@ name = pika-stubs version = 0.1.3 license = MIT -author = Chi-En Wu -author_email = jason.wu@hahow.in +author = Bao Trinh +author_email = qubidt@gmail.com description = PEP-484 stubs for Pika long_description = file:README.md long_description_content_type = text/markdown -url = https://github.com/hahow/pika-stubs +url = https://github.com/qubidt/pika-stubs classifiers = - Development Status :: 1 - Planning + Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python :: 3 Topic :: Software Development :: Libraries Topic :: Software Development :: Libraries :: Python Modules + Typing :: Stubs Only [options] packages = pika-stubs