Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya committed Jan 18, 2018
1 parent 6e186ad commit 7aee100
Show file tree
Hide file tree
Showing 23 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
from setuptools import setup, find_packages

VERSION = '0.0.1'


setup(
name="mkdocs-yeti",
version=VERSION,
url='',
license='',
description='',
author='weiya',
author_email='[email protected]',
packages=find_packages(),
include_package_data=True,
entry_points={
'mkdocs.themes': [
'yeti = yeti',
]
},
zip_safe=False
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7aee100

Please sign in to comment.