Skip to content

Commit

Permalink
Remove UTF8 characters to bring py2 compat without extra envs and pus…
Browse files Browse the repository at this point in the history
…h new version to pypi. Closes #34
  • Loading branch information
ar0ch committed Sep 13, 2017
1 parent 607bf64 commit da0ca07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
name = 'stringMLST',
scripts = ['stringMLST.py'],
version = '0.4.1',
version = '0.4.2',
description = 'Fast k-mer based tool for alignment and assembly-free multi locus sequence typing (MLST) directly from genome sequencing reads.',
long_description=long_description,
author = 'Jordan Lab',
Expand Down
6 changes: 3 additions & 3 deletions stringMLST.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
except ImportError:
from urllib import urlopen, urlretrieve
import argparse
version = """ stringMLST v0.4.1 (updated : May 21, 2017) """
version = """ stringMLST v0.4.2 (updated : September 13, 2017) """
"""
stringMLST free for academic users and requires permission before any commercial
Expand Down Expand Up @@ -111,7 +111,7 @@
this Public License. Additional offer from the Licensor - Adapted Material.
Every recipient of Adapted Material from You automatically receives an offer
from the Licensor to exercise the Licensed Rights in the Adapted Material under
the conditions of the Adapters License You apply. No downstream restrictions.
the conditions of the Adapter's License You apply. No downstream restrictions.
You may not offer or impose any additional or different terms or conditions on,
or apply any Effective Technological Measures to, the Licensed Material if doing
so restricts exercise of the Licensed Rights by any recipient of the Licensed
Expand Down Expand Up @@ -160,7 +160,7 @@
Section 3(a), if You Share Adapted Material You produce, the following
conditions also apply.
The Adapters License You apply must be a Creative Commons license with the same
The Adapter's License You apply must be a Creative Commons license with the same
License Elements, this version or later, or a BY-NC-SA Compatible License. You
must include the text of, or the URI or hyperlink to, the Adapter's License You
apply. You may satisfy this condition in any reasonable manner based on the
Expand Down

0 comments on commit da0ca07

Please sign in to comment.