File: setup.py

package info (click to toggle)
xgridfit 2.2a-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,160 kB
  • ctags: 160
  • sloc: python: 1,262; xml: 466; sh: 283; makefile: 114; sed: 45
file content (6 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
from distutils.core import setup
setup(name='xgflib',
      version='1.0',
      py_modules=['xgflib'],
      )