Skip to content

Commit

Permalink
removing text readme, add setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dougli1sqrd committed Apr 20, 2017
1 parent ef5a3ab commit 7eabd26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 62 deletions.
59 changes: 0 additions & 59 deletions README.txt

This file was deleted.

2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
setup(
name="yamldown",
version="0.1.0",
packages=["yamldown"],
author="edouglass",
author_email="[email protected]",
packages=find_packages(),
include_package_data=True,
url="https://github.com/dougli1sqrd/yamldown"
description="Python library for loading and dumping "yamldown" (markdown with embedded yaml) files."
long_description=open("README.md").read()
keywords=["yaml", "markdown"]
install_requires=[
"pyYaml==3.12",
],
long_description=open("README.md").read()
)

0 comments on commit 7eabd26

Please sign in to comment.