Skip to content

packaging: declarative, only one README #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include README.pypi.rst
include wes_service/openapi/workflow_execution_service.swagger.yaml
93 changes: 0 additions & 93 deletions README.pypi.rst

This file was deleted.

1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
flake8
pytest
black
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
56 changes: 56 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
[metadata]
name = wes-service
version = 4.0
author = GA4GH Containers and Workflows task team
author_email = [email protected]
description = GA4GH Workflow Execution Service reference implementation
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/common-workflow-language/cwltool-service
download_url = https://github.com/common-workflow-language/cwltool-service/releases
project_urls =
Bug Tracker = https://github.com/common-workflow-language/cwltool-service/issues
license = Apache 2.0
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: MacOS :: MacOS X
Operating System :: POSIX
Programming Language :: Python
programming language :: python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules
platforms = "MacOS X", "Posix"

[options]
packages = wes_service, wes_client
python_requires = ~=3.7
setup_requires =
pytest-runner
test_requires =
pytest
include_package_data = True
install_requires =
connexion >= 2.0.2, < 3
ruamel.yaml >= 0.15.78
schema-salad
zip_safe = False

[options.extras_require]
cwltool =
cwlref-runner
arvados =
arvados-cwl-runner
toil =
toil[cwl]==5.6.0

[options.entry_points]
console_scripts=
wes-server=wes_service.wes_service_main:main
wes-client=wes_client.wes_client_main:main

[options.package_data]
wes_service =
openapi/workflow_execution_service.swagger.yaml
59 changes: 0 additions & 59 deletions setup.py

This file was deleted.