Commit 725e7a50 authored by gaojiuli's avatar gaojiuli

Tag 0.1.2

parent 03d5b839
......@@ -2,17 +2,18 @@ from setuptools import find_packages, setup
setup(
name="tomd",
version="0.1.1",
version="0.1.2",
description="Convert HTML to Markdown.",
author="Gaojiuli",
author_email="gaojiuli@aaronsw.com",
author_email="gaojiuli@gmail.com",
url='https://github.com/gaojiuli/tomd',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
license='GNU GPL 3',
packages=find_packages(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment