aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
blob: 223f59b03334ef3967bd5cda7864239a4741773e (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python -O

from distutils.core import setup

setup(name="galemu",
      description="GAL/PAL chip emulator",
      scripts=["galemu.py", "galemugui.py"],
     )
bues.ch cgit interface