File: setup.py.in

package info (click to toggle)
java-gcj-compat 1.0.78-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 480 kB
  • ctags: 118
  • sloc: sh: 3,403; makefile: 430; python: 303; perl: 106
file content (7 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# -*- python -*-

from distutils.core import setup

setup(name="@PACKAGE@",
      version="@VERSION@",
      py_modules=["aotcompile", "classfile"])