From 48ff0498f95a0df87c761abd2a4e5624349d5edc Mon Sep 17 00:00:00 2001 From: Alan Du Date: Sat, 17 Feb 2018 19:44:44 -0500 Subject: [PATCH] Use `-` instead of `_` See https://github.com/python/peps/pull/568 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5843699..30fb31c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( - name='numpy_stubs', + name='numpy-stubs', maintainer="NumPy Developers", maintainer_email="numpy-discussion@python.org", description="PEP 561 type stubs for numpy",