Skip to content

Commit

Permalink
updated setup.py...errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Senft-Grupp committed Mar 21, 2016
1 parent 08a05be commit 4a99c9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from setuptools import setup, find_packages
import os
import pypandoc

def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
Expand All @@ -10,9 +9,6 @@ def brag_dir():

with open('README.rst', 'r') as f:
readme = f.read()
import pypandoc

= pypandoc.convert('somefile.md', 'rst')

setup(
name='bragly',
Expand Down

0 comments on commit 4a99c9e

Please sign in to comment.