Updated setup.py just to trigger GitHub and update project stats

This commit is contained in:
Vladimir Magamedov 2021-03-04 22:47:54 +02:00
parent 3af5d03f2e
commit 39ef201fc5
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
import setuptools
setuptools.setup()
setuptools.setup(
name="grpclib",
python_requires='>=3.6',
)