Skip to content

Commit

Permalink
Renders readme properly on Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 committed Aug 19, 2019
1 parent 065e9b7 commit c34b04b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## v1.7dev

### Pypi package description

* The readme should now be rendered properly on Pypi.

### Tools helper code

* The tools `create` command now sets up a TEMPLATE branch for syncing
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
with open('README.md') as f:
readme = f.read()

with open('LICENSE') as f:
license = f.read()

setup(
name = 'nf-core',
version = version,
Expand All @@ -21,7 +18,7 @@
author = 'Phil Ewels',
author_email = '[email protected]',
url = 'https://github.com/nf-core/tools',
license = license,
license = 'MIT',
scripts = ['scripts/nf-core'],
install_requires = [
'cookiecutter',
Expand Down

0 comments on commit c34b04b

Please sign in to comment.