mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Add name to setup.py to enable GH dependency graph
This commit is contained in:
parent
cc8989a625
commit
37e2515be6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(use_scm_version=True)
|
setup(name='django-select2', use_scm_version=True)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue