Skip to content

Commit

Permalink
Merge branch 'stable' of https://github.com/CanDIG/htsget_app into py…
Browse files Browse the repository at this point in the history
…up-update-flask-2.0.1-to-2.1.2
  • Loading branch information
daisieh committed May 6, 2022
2 parents 9fec353 + df58122 commit 6ac69a3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 34 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:

cache: pip
install:
- python setup.py install
- pip install -r requirements.txt
- pip install -r requirements_dev.txt

Expand Down
25 changes: 25 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[metadata]
name = htsget_app
version = attr: 0.1.4
url = https://github.com/CanDIG/htsget_app
description = CanDIG htsget API that follows the htsget standard
long_description = file: README.rst
keywords = htsget_app
classifiers =
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'Natural Language :: English',
'Programming Language :: Python :: 3.7',
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
Flask
Flask-Cors
minio
pysam
sqlalchemy
connexion
tests_require =
pytest
33 changes: 0 additions & 33 deletions setup.py

This file was deleted.

0 comments on commit 6ac69a3

Please sign in to comment.