Skip to content

Commit

Permalink
1.6.15 (#62)
Browse files Browse the repository at this point in the history
* Remove readme - related to pip issues

* Update __init__.py

* Update README.md

* Update CHANGELOG.md
  • Loading branch information
AdmiralenOla authored Jul 26, 2017
1 parent af488d5 commit 36d2e76
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG
v1.6.15 (Jul 2017)
- Apparently 1.6.14 did not fix the pip issue for all users. Deleted the function that seemed to cause the pip crash

v1.6.14 (Jul 2017)
- Fixed a bug where Scoary could not be upgraded using pip

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ Scoary is designed to take the gene_presence_absence.csv file from [Roary](https

## What's new?

**LATEST VERSION - 1.6.14**
**LATEST VERSION - 1.6.15**
- Some people still have problems with pip installs. Removed the readme() function from setup

**1.6.14**
- Fixed a bug where scoary could not be upgraded using pip

**1.6.13**
Expand Down
2 changes: 1 addition & 1 deletion scoary/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.6.14'
__version__ = '1.6.15'
__author__ = 'Ola Brynildsrud'
__credits__ = ['Ola Brynildsrud']
__license__ = 'GPL3'
Expand Down
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
from setuptools import setup
from scoary import __version__ as sv


def readme():
with open('README_pypi.md') as f:
return f.read()


setup(name='scoary',
version=sv,
description='Microbial pan-GWAS using the output from Roary',
long_description=readme(),
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
Expand Down

0 comments on commit 36d2e76

Please sign in to comment.