Skip to content

Commit

Permalink
Fix setup.py in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Aug 25, 2022
1 parent 2e593a4 commit a745ab2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,8 @@ def find_version(*file_paths):
entry_points={
"console_scripts": [
'poppunk = PopPUNK.__main__:main',
'poppunk_prune = PopPUNK.prune_db:main',
'poppunk_references = PopPUNK.reference_pick:main',
'poppunk_mandrake = PopPUNK.mandrake:main'
'poppunk_assing = PopPUNK.assing:main'
]
},
scripts=['scripts/poppunk_calculate_rand_indices.py',
'scripts/poppunk_extract_components.py',
'scripts/poppunk_calculate_silhouette.py',
'scripts/poppunk_extract_distances.py',
'scripts/poppunk_pickle_fix.py'],
}
test_suite="test",
)

0 comments on commit a745ab2

Please sign in to comment.