]> gitweb.michael.orlitzky.com - dunshire.git/commit
Add setup.py and reorganize everything to make its "test" command happy.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 26 Oct 2016 18:05:20 +0000 (14:05 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 26 Oct 2016 18:05:20 +0000 (14:05 -0400)
commitbdb596b84a06d0c97e39d42586a51fc36ba44186
tree106dc707154b345908bad672049bb916eefadc1a
parent21a2eb9a647a48c0e94d02c60ef8785c4ea35f7b
Add setup.py and reorganize everything to make its "test" command happy.
12 files changed:
dunshire/__init__.py [moved from src/dunshire/__init__.py with 100% similarity]
dunshire/cones.py [moved from src/dunshire/cones.py with 100% similarity]
dunshire/errors.py [moved from src/dunshire/errors.py with 100% similarity]
dunshire/games.py [moved from src/dunshire/games.py with 100% similarity]
dunshire/matrices.py [moved from src/dunshire/matrices.py with 100% similarity]
dunshire/options.py [moved from src/dunshire/options.py with 100% similarity]
makefile
setup.py [new file with mode: 0644]
src/test/__init__.py [deleted file]
src/test/symmetric_linear_game_test.py [deleted file]
test/__init__.py [moved from src/test/suite.py with 73% similarity]
test/__main__.py [new file with mode: 0644]