File: setup.py

package info (click to toggle)
python-django-colorfield 0.11.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 364 kB
  • sloc: javascript: 2,510; python: 716; makefile: 14; sh: 2
file content (4 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (46)
1
2
3
4
from setuptools import setup

if __name__ == "__main__":
    setup()