projects
/
matrix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
80847763807f72129953bacc844097d5ba410120
[matrix.git]
/
setup.py
1
#!/usr/bin/env python
2
3
from distutils.core import setup
4
5
setup(
6
name='matrix',
7
version='1.0-pre',
8
license='GPL',
9
packages=['matrix'],
10
scripts=['bin/matrix', 'bin/matrix-graph'],
11
)