Skip to content

Commit

Permalink
wut dis
Browse files Browse the repository at this point in the history
  • Loading branch information
s4w3d0ff committed May 29, 2019
1 parent da23d99 commit 55d96ee
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from setuptools import setup
<<<<<<< HEAD
try:
from pypandoc import convert
read_md = lambda f: convert(f, 'rst')
Expand All @@ -11,14 +10,6 @@
version='0.0.3.5',
description='Simple, expandable, customizable slot machine',
long_description=read_md('README.md'),
=======
with open('README.md') as file_object:
description = file_object.read()
setup(name='slotmachine',
version='0.0.3.4',
description='Simple, expandable, customizable slot machine',
long_description=description,
>>>>>>> e3477985cd3595ba9e080c37d2b83356809c7123
url='https://github.com/s4w3d0ff/python-slots',
author='s4w3d0ff',
author_email="info@s4w3d0ff.host",
Expand Down

0 comments on commit 55d96ee

Please sign in to comment.