Skip to content

Commit

Permalink
accidential checking of doctop dependency reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunther Klessinger committed Sep 19, 2018
2 parents daf9fb7 + 41a619a commit bc3e663
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 0 additions & 8 deletions README.rst

This file was deleted.

File renamed without changes.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
----
"""


import os
from setuptools import setup, find_packages

version = "1.7.0"
version = "1.7.1"

with open(os.path.join(os.path.dirname(__file__), "README.md")) as fd:
long_description = fd.read()

setup(
name="mdv",
Expand All @@ -23,9 +26,10 @@
author="Axiros GmbH",
author_email="gk@axiros.com",
description="Terminal Markdown Viewer",
long_description=open("README.rst").read(),
install_requires=["tabulate", "pygments", "markdown"],
extras_require={"yaml": "pyyaml"},
long_description=long_description,
long_description_content_type="text/markdown",
include_package_data=True,
url="http://github.com/axiros/terminal_markdown_viewer",
download_url="http://github.com/axiros/terminal_markdown_viewer/tarball/",
Expand Down

0 comments on commit bc3e663

Please sign in to comment.