Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jul 9, 2016
2 parents 3d5da0f + 246424f commit 97aaaf5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,21 @@ def get_long_description():

setup(
name='automata-lib',
version='1.0.0r2',
version='1.0.0r3',
description='A Python library for simulating automata and Turing machines',
long_description=get_long_description(),
url='https://github.com/caleb531/automata',
author='Caleb Evans',
author_email='caleb@calebevans.me',
license='MIT',
keywords='automata turing machine',
packages=['automata'],
packages=[
'automata',
'automata.fa',
'automata.pda',
'automata.shared',
'automata.tm'
],
install_requires=[],
entry_points={}
)

0 comments on commit 97aaaf5

Please sign in to comment.