Skip to content

Commit

Permalink
Change package name and author details
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeCarrier committed Oct 7, 2019
1 parent fdc606b commit ef22486
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A vanilla Bootstrap 4 theme.
First install the package:

```
$ pip install mkdocs-bootstrap4
$ pip install mkdocs-theme-bootstrap4
```

Then enable it:
Expand Down Expand Up @@ -46,7 +46,7 @@ $ pip install -r requirements.txt
To install the plugin onto a local MkDocs site in editable form:

```
$ pip install --editable /path/to/mkdocs-bootstrap4
$ pip install --editable /path/to/mkdocs-theme-bootstrap4
```

## Releasing
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mkdocs-bootstrap4",
"name": "mkdocs-theme-bootstrap4",
"version": "0.1.2",
"description": "A vanilla Bootstrap 4 theme",
"repository": "[email protected]:LukeCarrier/mkdocs-bootstrap4.git",
"repository": "[email protected]:LukeCarrier/mkdocs-theme-bootstrap4.git",
"author": "Luke Carrier <[email protected]>",
"license": "MIT",
"private": true,
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def make_distribution(self):
long_description = f.read()

setup(
name='mkdocs-bootstrap4',
name='mkdocs-theme-bootstrap4',
long_description=long_description,
long_description_content_type='text/markdown',
version='0.1.2',
Expand All @@ -72,10 +72,10 @@ def make_distribution(self):
'toc.html',
],
},
url='https://github.com/byrnereese/mkdocs-bootstrap4/',
url='https://github.com/LukeCarrier/mkdocs-theme-bootstrap4',
license='MIT',
author='Byrne Reese',
author_email='[email protected]',
author='Luke Carrier',
author_email='[email protected]',
description='A vanilla Bootstrap 4 theme',
install_requires=['mkdocs>=1.0'],
entry_points={
Expand Down

0 comments on commit ef22486

Please sign in to comment.