Skip to content

Commit

Permalink
Merge pull request #12 from svalinn/develop
Browse files Browse the repository at this point in the history
tidy up badges and ownership
  • Loading branch information
shimwell authored Apr 30, 2021
2 parents d8ae038 + f1d5abe commit c529c68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Jonathan Shimwell
Copyright (c) 2021 the DAGMC development team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![N|Python](https://www.python.org/static/community_logos/python-powered-w-100x40.png)](https://www.python.org)
[![docker based CI](https://github.com/Shimwell/remove_dagmc_tags/actions/workflows/docker_ci.yml/badge.svg)](https://github.com/Shimwell/remove_dagmc_tags/actions/workflows/docker_ci.yml)
[![docker based CI](https://github.com/svalinn/remove_dagmc_tags/actions/workflows/docker_ci.yml/badge.svg)](https://github.com/svalinn/remove_dagmc_tags/actions/workflows/docker_ci.yml)
[![PyPI](https://img.shields.io/pypi/v/remove-dagmc-tags?color=brightgreen&label=pypi&logo=grebrightgreenen&logoColor=green)](https://pypi.org/project/remove-dagmc-tags/)
[![codecov](https://codecov.io/gh/shimwell/remove_dagmc_tags/branch/main/graph/badge.svg)](https://codecov.io/gh/shimwell/remove_dagmc_tags)
[![codecov](https://codecov.io/gh/svalinn/remove_dagmc_tags/branch/main/graph/badge.svg)](https://codecov.io/gh/svalinn/remove_dagmc_tags)

This is a minimal Python package that provides both **command line** and **API** interfaces for removing **multiple** tags from a DAGMC h5m file.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

setuptools.setup(
name="remove_dagmc_tags",
version="0.0.4",
author="Svalinn development team",
version="0.0.5",
author="DAGMC development team",
description="A tool for selectively removing tags such as the graveyard from DAGMC h5m files.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c529c68

Please sign in to comment.