Good to go

This commit is contained in:
squidfunk
2016-02-09 22:57:20 +01:00
parent dca42dd3c3
commit ac54535487
9 changed files with 15 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
setup(
name = 'mkdocs-material',
version = '0.1.0',
url = 'https://github.com/squidfunk/mkdocs-material',
url = 'http://squidfunk.github.io/mkdocs-material/',
license = 'MIT',
description = 'A material design theme for MkDocs',
author = 'Martin Donath',