File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # mutwo.ext- reaper
1
+ # mutwo.reaper
2
2
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 )
4
4
[ ![ 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 )
6
6
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
7
7
8
8
Reaper extension for event based library [ mutwo] ( https://github.com/mutwo-org/mutwo ) .
@@ -13,8 +13,8 @@ This extension implements:
13
13
14
14
### Installation
15
15
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:
17
17
18
18
``` sh
19
- pip3 install mutwo.ext- reaper
19
+ pip3 install mutwo.reaper
20
20
```
Original file line number Diff line number Diff line change 7
7
extras_require = {"testing" : ["nose" , "coveralls" ]}
8
8
9
9
setuptools .setup (
10
- name = "mutwo.ext- reaper" ,
10
+ name = "mutwo.reaper" ,
11
11
version = "0.2.0" ,
12
12
license = "GPL" ,
13
13
description = "Reaper extension for event based framework for generative art" ,
14
14
long_description = long_description ,
15
15
long_description_content_type = "text/markdown" ,
16
16
author = "Levin Eric Zimmermann" ,
17
17
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" ,
19
19
project_urls = {"Documentation" : "https://mutwo.readthedocs.io/en/latest/" },
20
20
packages = [
21
21
package
You can’t perform that action at this time.
0 commit comments