Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweichiang committed Nov 13, 2015
1 parent 3539679 commit 28aa8d5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 125 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,4 @@
include *.md
include *.ipynb
recursive-include examples *.csv *.tgf

2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
14 changes: 14 additions & 0 deletions setup.py
@@ -0,0 +1,14 @@
#!/usr/bin/env python

from distutils.core import setup

setup(name='tock',
version='0.1',
description='Theory of Computing Toolkit',
author='David Chiang',
author_email='dchiang@nd.edu',
url='https://github.org/davidweichiang/tock',
license='MIT',
packages=['tock'],
install_requires=['six'],
)
125 changes: 0 additions & 125 deletions unused/pda.py

This file was deleted.

0 comments on commit 28aa8d5

Please sign in to comment.