File: setup.py.in

package info (click to toggle)
java-gcj-compat 1.0.65-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 456 kB
  • ctags: 93
  • sloc: sh: 3,191; makefile: 371; python: 272; java: 109; perl: 24
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"])