Skip to content

Commit 80388c4

Browse files
committedAug 11, 2022
Refactor to mutwo.reaper
1 parent ab07c55 commit 80388c4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# mutwo.ext-reaper
1+
# mutwo.reaper
22

3-
[![Build Status](https://circleci.com/gh/mutwo-org/mutwo.ext-reaper.svg?style=shield)](https://circleci.com/gh/mutwo-org/mutwo.ext-reaper)
3+
[![Build Status](https://circleci.com/gh/mutwo-org/mutwo.reaper.svg?style=shield)](https://circleci.com/gh/mutwo-org/mutwo.reaper)
44
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
5-
[![PyPI version](https://badge.fury.io/py/mutwo.ext-reaper.svg)](https://badge.fury.io/py/mutwo.ext-reaper)
5+
[![PyPI version](https://badge.fury.io/py/mutwo.reaper.svg)](https://badge.fury.io/py/mutwo.reaper)
66
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
77

88
Reaper extension for event based library [mutwo](https://github.com/mutwo-org/mutwo).
@@ -13,8 +13,8 @@ This extension implements:
1313

1414
### Installation
1515

16-
mutwo.ext-reaper is available on [pypi](https://pypi.org/project/mutwo.ext-reaper/) and can be installed via pip:
16+
mutwo.reaper is available on [pypi](https://pypi.org/project/mutwo.reaper/) and can be installed via pip:
1717

1818
```sh
19-
pip3 install mutwo.ext-reaper
19+
pip3 install mutwo.reaper
2020
```

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
extras_require = {"testing": ["nose", "coveralls"]}
88

99
setuptools.setup(
10-
name="mutwo.ext-reaper",
10+
name="mutwo.reaper",
1111
version="0.2.0",
1212
license="GPL",
1313
description="Reaper extension for event based framework for generative art",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
author="Levin Eric Zimmermann",
1717
author_email="levin.eric.zimmermann@posteo.eu",
18-
url="https://github.com/mutwo-org/mutwo.ext-reaper",
18+
url="https://github.com/mutwo-org/mutwo.reaper",
1919
project_urls={"Documentation": "https://mutwo.readthedocs.io/en/latest/"},
2020
packages=[
2121
package

0 commit comments

Comments
 (0)
Please sign in to comment.