From 76f59b1432374829149f82bd8f9c3c8c99bb32d7 Mon Sep 17 00:00:00 2001 From: Bao Trinh Date: Sat, 15 Jan 2022 13:21:22 -0600 Subject: [PATCH] update metadata --- setup.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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