Skip to content

Commit

Permalink
Fix error in scripts for setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Nov 18, 2019
1 parent 5ed564e commit 83b1a62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PopPUNK/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

'''PopPUNK (POPulation Partitioning Using Nucleotide Kmers)'''

__version__ = '1.2.1'
__version__ = '1.2.2'
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ def find_version(*file_paths):
'poppunk_tsne = PopPUNK.tsne:main'
]
},
scripts=['scripts/calculate_rand_indices.py',
'scripts/extract_components.py',
'scripts/calculate_silhouette.py',
'scripts/extract_distances.py'],
scripts=['scripts/poppunk_calculate_rand_indices.py',
'scripts/poppunk_extract_components.py',
'scripts/poppunk_calculate_silhouette.py',
'scripts/poppunk_extract_distances.py'],
install_requires=['numpy',
'scipy',
'scikit-learn',
Expand Down

0 comments on commit 83b1a62

Please sign in to comment.