diff --git a/.copier-answers.yml b/.copier-answers.yml index d367fd3..b99a96d 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -3,6 +3,6 @@ _src_path: git@github.com:DiamondLightSource/python-interface-to-workflows.git author_email: matthew.carre@diamond.ac.uk author_name: Matthew Carre description: A way of submitting workflows to graphql in python -github_org: Matt-Carre +github_org: DiamondLightSource project_name: python_workflow_submitter repo_name: python-workflow-submitter diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9ae484c..84ef1ca 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,14 +1,14 @@ # Contribute to the project Contributions and issues are most welcome! All issues and pull requests are -handled through [GitHub](https://github.com/Matt-Carre/python-workflow-submitter/issues). Also, please check for any existing issues before +handled through [GitHub](https://github.com/DiamondLightSource/python-workflow-submitter/issues). Also, please check for any existing issues before filing a new one. If you have a great idea but it involves big changes, please file a ticket before making a pull request! We want to make sure you don't spend your time coding something that might not fit the scope of the project. ## Issue or Discussion? -Github also offers [discussions](https://github.com/Matt-Carre/python-workflow-submitter/discussions) as a place to ask questions and share ideas. If +Github also offers [discussions](https://github.com/DiamondLightSource/python-workflow-submitter/discussions) as a place to ask questions and share ideas. If your issue is open ended and it is not obvious when it can be "closed", please raise it as a discussion instead. diff --git a/README.md b/README.md index 3ead6e5..b0c6403 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![CI](https://github.com/Matt-Carre/python-workflow-submitter/actions/workflows/ci.yml/badge.svg)](https://github.com/Matt-Carre/python-workflow-submitter/actions/workflows/ci.yml) -[![Coverage](https://codecov.io/gh/Matt-Carre/python-workflow-submitter/branch/main/graph/badge.svg)](https://codecov.io/gh/Matt-Carre/python-workflow-submitter) +[![CI](https://github.com/DiamondLightSource/python-workflow-submitter/actions/workflows/ci.yml/badge.svg)](https://github.com/DiamondLightSource/python-workflow-submitter/actions/workflows/ci.yml) +[![Coverage](https://codecov.io/gh/DiamondLightSource/python-workflow-submitter/branch/main/graph/badge.svg)](https://codecov.io/gh/DiamondLightSource/python-workflow-submitter) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier) @@ -14,9 +14,9 @@ Notably, this requires a .env file in your src/ folder. What | Where :---: | :---: -Source | -Docker | `docker run ghcr.io/Matt-Carre/python-workflow-submitter:latest` -Releases | +Source | +Docker | `docker run ghcr.io/DiamondLightSource/python-workflow-submitter:latest` +Releases | To create a helm template in your helm chart folder: ```python diff --git a/pyproject.toml b/pyproject.toml index 0b8b22f..204aadd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,9 +58,9 @@ dev = [ python-workflow-submitter = "python_workflow_submitter.__main__:main" [project.urls] -GitHub = "https://github.com/Matt-Carre/python-workflow-submitter" -Homepage = "https://github.com/Matt-Carre/python-workflow-submitter" -issues = "https://github.com/Matt-Carre/python-workflow-submitter/issues" +GitHub = "https://github.com/DiamondLightSource/python-workflow-submitter" +Homepage = "https://github.com/DiamondLightSource/python-workflow-submitter" +issues = "https://github.com/DiamondLightSource/python-workflow-submitter/issues" [[project.authors]] # Further authors may be added by duplicating this section email = "matthew.carre@diamond.ac.uk" name = "Matthew Carre" diff --git a/setup.py b/setup.py index b06ce20..d1af1bb 100644 --- a/setup.py +++ b/setup.py @@ -19,11 +19,11 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/guides/single-sourcing-package-version/ - version="1.0.0", # Required + version="1.0.1", # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: # https://packaging.python.org/specifications/core-metadata/#summary - description="Submit workflows to graphql", # Optional + description="Submit workflows to GraphQL", # Optional # This is an optional longer description of your project that represents # the body of text which users will see when they visit PyPI. # @@ -48,7 +48,7 @@ # # This field corresponds to the "Home-Page" metadata field: # https://packaging.python.org/specifications/core-metadata/#home-page-optional - url="https://github.com/Matt-Carre/python-workflow-submitter", # Optional + url="https://github.com/DiamondLightSource/python-workflow-submitter", # Optional # This should be your name or the name of the organization which owns the # project. author="Matthew Carre", # Optional