File: setupegg.py

package info (click to toggle)
python-pyproj 1.8.9-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,208 kB
  • ctags: 2,340
  • sloc: ansic: 10,983; python: 510; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
"""
Poor man's setuptools script...
"""

from setuptools import setup
execfile('setup.py')