Skip to content

Commit

Permalink
adding dist/ to gitignore, creating MANIFEST to include README.md, pa…
Browse files Browse the repository at this point in the history
…tch bump setup
  • Loading branch information
dougli1sqrd committed Apr 20, 2017
1 parent 83ccbb6 commit 2c0e74c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
env/
__pycache__/
*.egg-info
dist/
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(
name="yamldown",
version="0.1.2",
version="0.1.3",
packages=["yamldown"],
author="edouglass",
author_email="[email protected]",
url="https://github.com/dougli1sqrd/yamldown",
download_url="https://github.com/dougli1sqrd/yamldown/archive/0.1.2.tar.gz",
download_url="https://github.com/dougli1sqrd/yamldown/archive/0.1.3.tar.gz",
description="Python library for loading and dumping \"yamldown\" (markdown with embedded yaml) files.",
long_description=open("README.md").read(),
keywords=["yaml", "markdown"],
Expand Down

0 comments on commit 2c0e74c

Please sign in to comment.