Skip to content

Commit

Permalink
fix: setup.py had reference to removed script
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 10, 2023
1 parent 6ffa5cc commit 698e20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def parse_requirements(path):
)

# Name of the scripts
SCRIPTS = ("snappy-transfer_utils", "snappy-vcf_sort", "snappy-vcf_split")
SCRIPTS = ("snappy-vcf_sort", "snappy-vcf_split")


def console_scripts_entry_points(names, module):
Expand Down

0 comments on commit 698e20a

Please sign in to comment.