Add name to setup.py to enable GH dependency graph

This commit is contained in:
Johannes Hoppe 2019-10-29 11:30:12 +09:00 committed by GitHub
parent cc8989a625
commit 37e2515be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,4 @@
from setuptools import setup
setup(use_scm_version=True)
setup(name='django-select2', use_scm_version=True)