Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
fix content type and add build dir to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Jun 23, 2018
1 parent 07b88ba commit 4fb0212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.egg-info
dist
build
__pycache__
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
version='0.1a21',
description='Simple static site generator',
long_description=long_description,
long_description_content_type='text/markdown',
author='Ed Kellett',
author_email='[email protected]',
url='https://github.com/freenode/cms7',
Expand Down

0 comments on commit 4fb0212

Please sign in to comment.