Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tomd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Чумбаев Максим
tomd
Commits
725e7a50
Commit
725e7a50
authored
May 27, 2017
by
gaojiuli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tag 0.1.2
parent
03d5b839
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
setup.py
setup.py
+4
-3
No files found.
setup.py
View file @
725e7a50
...
@@ -2,17 +2,18 @@ from setuptools import find_packages, setup
...
@@ -2,17 +2,18 @@ from setuptools import find_packages, setup
setup
(
setup
(
name
=
"tomd"
,
name
=
"tomd"
,
version
=
"0.1.
1
"
,
version
=
"0.1.
2
"
,
description
=
"Convert HTML to Markdown."
,
description
=
"Convert HTML to Markdown."
,
author
=
"Gaojiuli"
,
author
=
"Gaojiuli"
,
author_email
=
"gaojiuli@
aaronsw
.com"
,
author_email
=
"gaojiuli@
gmail
.com"
,
url
=
'https://github.com/gaojiuli/tomd'
,
url
=
'https://github.com/gaojiuli/tomd'
,
classifiers
=
[
classifiers
=
[
'Development Status :: 5 - Production/Stable'
,
'Development Status :: 5 - Production/Stable'
,
'Intended Audience :: Developers'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved :: GNU General Public License (GPL)'
,
'License :: OSI Approved :: GNU General Public License (GPL)'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
],
],
license
=
'GNU GPL 3'
,
license
=
'GNU GPL 3'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment