-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change package name and author details
- Loading branch information
1 parent
fdc606b
commit ef22486
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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={ | ||
|