Skip to content

Commit 470f364

Browse files
Merge branch 'master' of github.com:BruceZhang1993/index-generator
2 parents 99abb72 + 2dd9f3e commit 470f364

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
Yet another python index generator
44

5-
[![Travis](https://img.shields.io/travis/BruceZhang1993/index-generator.svg?style=for-the-badge)](https://travis-ci.org/BruceZhang1993/index-generator)
6-
[![GitHub top language](https://img.shields.io/github/languages/top/BruceZhang1993/index-generator.svg?style=for-the-badge)](https://github.com/BruceZhang1993/index-generator)
7-
[![Requires.io](https://img.shields.io/requires/github/BruceZhang1993/index-generator.svg?style=for-the-badge)](https://requires.io/github/BruceZhang1993/index-generator/requirements/?branch=master)
8-
[![GitHub](https://img.shields.io/github/license/BruceZhang1993/index-generator.svg?style=for-the-badge)](https://github.com/BruceZhang1993/index-generator/blob/master/LICENSE)
9-
[![Codacy grade](https://img.shields.io/codacy/grade/3aef89bd80514ba0a2e353aefac47ebe.svg?style=for-the-badge)](https://app.codacy.com/project/BruceZhang1993/index-generator/dashboard)
10-
[![Codacy coverage](https://img.shields.io/codacy/coverage/3aef89bd80514ba0a2e353aefac47ebe.svg?style=for-the-badge)](https://app.codacy.com/project/BruceZhang1993/index-generator/dashboard)
5+
[![Travis](https://img.shields.io/travis/index-generator-project/index-generator.svg?style=for-the-badge)](https://travis-ci.org/index-generator-project/index-generator)
6+
[![GitHub top language](https://img.shields.io/github/languages/top/index-generator-project/index-generator.svg?style=for-the-badge)](https://github.com/index-generator-project/index-generator)
7+
[![GitHub](https://img.shields.io/github/license/index-generator-project/index-generator.svg?style=for-the-badge)](https://github.com/index-generator-project/index-generator/blob/master/LICENSE)
8+
[![Codacy grade](https://img.shields.io/codacy/grade/6ee09a36f8b04bd690d23d39d355b3b9.svg?style=for-the-badge)](https://app.codacy.com/project/index-generator-project/index-generator/dashboard)
9+
[![Codacy coverage](https://img.shields.io/codacy/coverage/6ee09a36f8b04bd690d23d39d355b3b9.svg?style=for-the-badge)](https://app.codacy.com/project/index-generator-project/index-generator/dashboard)
1110

1211
## Install
1312

@@ -21,7 +20,7 @@ pip install index-generator
2120

2221
### GitHub release
2322

24-
[![GitHub release](https://img.shields.io/github/release/BruceZhang1993/index-generator.svg?style=for-the-badge)](https://github.com/BruceZhang1993/index-generator/releases)
23+
[![GitHub release](https://img.shields.io/github/release/index-generator-project/index-generator.svg?style=for-the-badge)](https://github.com/index-generator-project/index-generator/releases)
2524

2625
You can just download wheel(.whl) file, and install using `pip install`.
2726

@@ -47,17 +46,18 @@ sudo pip install .
4746

4847
## Usage
4948

50-
See [Wiki Page](https://github.com/BruceZhang1993/index-generator/wiki)
49+
See [Wiki Page](https://github.com/index-generator-project/index-generator/wiki)
5150

5251
## License
5352

54-
[MIT](https://github.com/BruceZhang1993/index-generator/blob/master/LICENSE)
53+
[MIT](https://github.com/index-generator-project/index-generator/blob/master/LICENSE)
5554

5655
## Contributors
5756

5857
Sorting by alphabet order.
5958

6059
- Bruce Zhang ([BruceZhang1993](https://github.com/BruceZhang1993))
6160
- Edward P ([edward-p](https://github.com/edward-p))
61+
- OriginCode ([OriginCode](https://github.com/OriginCode))
6262

63-
[More...](https://github.com/BruceZhang1993/index-generator/graphs/contributors)
63+
[More...](https://github.com/index-generator-project/index-generator/graphs/contributors)

index_generator/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
APP_NAME = 'Index Generator'
22
APP_VERSION = '0.3.0'
3-
APP_URL = 'https://github.com/BruceZhang1993/index-generator'
3+
APP_URL = 'https://github.com/index-generator-project/index-generator'
44
PACKAGE_NAME = 'index-generator'
55
LICENSE = 'MIT'
6-
AUTHOR = 'Bruce Zhang, Edward P'
6+
AUTHOR = 'Index Generator Project'
77
EMAIL = ''
88
DESCRIPTION = 'Yet another index generator.'

0 commit comments

Comments
 (0)