Skip to content

Commit

Permalink
Fix another typo (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Aug 8, 2018
1 parent cf313b2 commit bb415ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project-urls =
zip_safe = True
include_package_data = True
packages = find:
py_modules = snv_spectrum
py_modules = sample_sheet
scripts =
scripts/sample-sheet
install_requires =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import setuptools

setuptools.setup(name='snv_spectrum', version='0.8.0')
setuptools.setup(name='sample-sheet', version='0.8.0')

0 comments on commit bb415ef

Please sign in to comment.