django-select2/setup.py
2019-10-29 11:30:12 +09:00

5 lines
104 B
Python
Executable file

#!/usr/bin/env python
from setuptools import setup
setup(name='django-select2', use_scm_version=True)