Skip to content

Commit

Permalink
changes for 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steiner-anita committed Aug 27, 2019
1 parent a1a6f3e commit 9d72249
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/modules.rst
/phovea_server.rst

/tdp_core.rst
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tdp_core",
"description": "Target discovery platform for exploring rankings of genes, disease models, and other entities.",
"homepage": "https://phovea.caleydo.org",
"version": "5.2.1-SNAPSHOT",
"version": "5.3.0",
"author": {
"name": "datavisyn",
"email": "contact@caleydo.org",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@types/select2": "4.0.41",
"d3": "3.5.17",
"lineupjs": "~3.1.7",
"phovea_clue": "~2.1.0",
"phovea_clue": "~2.2.0",
"select2": "4.0.4",
"select2-bootstrap-theme": "0.1.0-beta.9",
"@types/jquery": "2.0.33",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e git+https://github.com/phovea/phovea_server.git@develop#egg=phovea_server
phovea_server>=2.3.0,<2.4.
pymongo==3.0.3
requests~=2.20.0
SQLAlchemy==1.1.11
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ def to_version(v):
now = datetime.datetime.utcnow()
return v.replace('SNAPSHOT', now.strftime('%Y%m%d-%H%M%S'))


setup(
name=pkg['name'].lower(),
version=to_version(pkg['version']),
url=pkg['homepage'],
description=pkg['description'],
long_description=read_it('README.md'),
long_description_content_type='text/markdown',
keywords=pkg.get('keywords', ''),
author=pkg['author']['name'],
author_email=pkg['author']['email'],
Expand Down

0 comments on commit 9d72249

Please sign in to comment.