Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
koteth committed Nov 16, 2014
1 parent 3d4aee3 commit 4141f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
from distutils.core import setup

setup(
name='MCL Markov Cluster',
name='MCL_Markov_Cluster',
version='0.3',
description='Markov Cluster algorithm implementation',
url = 'https://github.com/koteth/python_mcl',
scripts = [
'mcl/mcl_clustering.py'
],
Expand Down

0 comments on commit 4141f2b

Please sign in to comment.