Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillacre committed May 31, 2018
2 parents 6198d59 + c816777 commit 5d447cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @jhillacre
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The "map a dict from one API into a dict for another" python module.

| Python | Branch | Build Status | Coverage Status |
| ------ | ------ | ------------ | --------------- |
| 2.7 | master | [![Python 2 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py2/branches/master/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py2/branches/master) | [![Python 2 Coverage](https://docs.emergence.com/transmogrifydict/htmlcov_py2_master/coverage.svg)](https://docs.emergence.com/transmogrifydict/htmlcov_py2_master/) |
| 2.7 | develop | [![Python 2 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py2/branches/develop/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py2/branches/develop) | [![Python 2 Coverage](https://docs.emergence.com/transmogrifydict/htmlcov_py2_develop/coverage.svg)](https://docs.emergence.com/transmogrifydict/htmlcov_py2_develop/) |
| 3.5 | master | [![Python 3 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py3/branches/master/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py3/branches/master) | [![Python 3 Coverage](https://docs.emergence.com/transmogrifydict/htmlcov_py3_master/coverage.svg)](https://docs.emergence.com/transmogrifydict/htmlcov_py3_master/) |
| 3.5 | develop | [![Python 3 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py3/branches/develop/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py3/branches/develop) | [![Python 3 Coverage](https://docs.emergence.com/transmogrifydict/htmlcov_py3_develop/coverage.svg)](https://docs.emergence.com/transmogrifydict/htmlcov_py3_develop/) |
| 2.7 | master | [![Python 2 Build Status](https://semaphoreci.com/api/v1/arrai-innovations/transmogrifydict-py2/branches/master/shields_badge.svg)](https://semaphoreci.com/arrai-innovations/transmogrifydict-py2/branches/master) | [![Python 2 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_master/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_master/) |
| 2.7 | develop | [![Python 2 Build Status](https://semaphoreci.com/api/v1/arrai-innovations/transmogrifydict-py2/branches/develop/shields_badge.svg)](https://semaphoreci.com/arrai-innovations/transmogrifydict-py2/branches/develop) | [![Python 2 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_develop/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_develop/) |
| 3.5 | master | [![Python 3 Build Status](https://semaphoreci.com/api/v1/arrai-innovations/transmogrifydict-py3/branches/master/shields_badge.svg)](https://semaphoreci.com/arrai-innovations/transmogrifydict-py3/branches/master) | [![Python 3 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_master/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_master/) |
| 3.5 | develop | [![Python 3 Build Status](https://semaphoreci.com/api/v1/arrai-innovations/transmogrifydict-py3/branches/develop/shields_badge.svg)](https://semaphoreci.com/arrai-innovations/transmogrifydict-py3/branches/develop) | [![Python 3 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_develop/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_develop/) |

## methods

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

setup(
name='transmogrifydict',
url='https://github.com/emergence/transmogrifydict',
version='1.1.1',
url='https://github.com/arrai-innovations/transmogrifydict',
version='1.1.2',
description='The "turn a dict from one API into a dict for another" python module.',
author='Emergence by Design',
author_email='support@emergence.com',
author='Arrai Innovations',
author_email='support@arrai.com',
py_modules=['transmogrifydict'],
install_requires=[x for x in open('./requirements.txt').read().split('\n') if x]
)

0 comments on commit 5d447cd

Please sign in to comment.