summarylogtreecommitdiffstats
path: root/setup.py
blob: 89972be95c66d7a363ac37054eb86b1e264ebbd6 (plain)
1
2
3
4
5
6
from setuptools import setup

setup(
  name='aced',
  scripts = ['aced.py'],
)