File: setup.py

package info (click to toggle)
python-django-crum 0.7.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 449; makefile: 221
file content (7 lines) | stat: -rwxr-xr-x 75 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env python

# Setuptools
from setuptools import setup


setup()