Skip to content

Commit

Permalink
Damn sdists
Browse files Browse the repository at this point in the history
  • Loading branch information
Kura committed Aug 10, 2014
1 parent fb983e0 commit 91b2eef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -3,16 +3,15 @@
from setuptools import find_packages
import sys

from yarg.__about__ import __version__ as version


desc = "A semi hard Cornish cheese, also queries PyPI (PyPI client)"
long_desc = open('README.rst').read() + "\n\n" + open('CHANGES.rst').read()
long_desc = re.sub(r":[a-z]*:`", "`", long_desc)

exec(open('yarg/__about__.py').read())

setup(name='yarg',
version=version,
version=__version__,
url="https://yarg.readthedocs.org/",
author="Kura",
author_email="kura@kura.io",
Expand Down
2 changes: 1 addition & 1 deletion yarg/__about__.py
@@ -1,5 +1,5 @@
__title__ = 'yarg'
__version__ = '0.1.6'
__version__ = '0.1.7'
__author__ = 'Kura'
__license__ = 'MIT'
__copyright__ = 'Copyright 2014 Kura'

0 comments on commit 91b2eef

Please sign in to comment.