Skip to content

Commit

Permalink
version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
socrateslee committed Sep 17, 2016
1 parent dc28a23 commit 65dd060
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
#!/usr/bin/env python

long_descriptoin = ""

try:
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
except:
pass

sdict = {
'name': 'hostsed',
'version': "0.1.1",
'version': "0.1.2",
'packages': ['hosts'],
'zip_safe': False,
'author': 'lichun',
'url': 'https://github.com/socrateslee/hostsed',
'scripts': ['hostsed'],
'long_description': long_description,
'classifiers': [
'Environment :: Console',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 65dd060

Please sign in to comment.