Skip to content

Commit

Permalink
set beta to production
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Feb 21, 2023
1 parent 8fa8207 commit e0f747e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -18,7 +18,7 @@
"platforms": ["Linux", "Unix", "MacOsX", "Windows"],
"keywords": ["NGS", "bam2bed", "fastq2fasta", "bam2sam"],
"classifiers": [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand All @@ -34,7 +34,7 @@
}


with open("README.rst") as f:
with open("README.rst", 'r', encoding='utf-8') as f:
readme = f.read()

requirements = open("requirements.txt").read().split()
Expand Down

0 comments on commit e0f747e

Please sign in to comment.