Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gabriel Silva Vinha
codespeed
Commits
cd75999b
Commit
cd75999b
authored
Nov 11, 2017
by
Miquel Torres
Browse files
Use setuptools-markdown for pypi long description
parent
90680b91
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
cd75999b
...
...
@@ -11,6 +11,8 @@ setup(
keywords
=
[
'benchmarking'
,
'visualization'
],
install_requires
=
[
'django>=1.6,<1.10'
,
'isodate>=0.4.7,<0.6'
,
'matplotlib>=1.4.3,<2.0'
],
packages
=
find_packages
(
exclude
=
[
'ez_setup'
,
'sample_project'
]),
setup_requires
=
[
'setuptools-markdown'
],
long_description_markdown_filename
=
'README.md'
,
description
=
'A web application to monitor and analyze the performance of your code'
,
include_package_data
=
True
,
zip_safe
=
False
,
...
...
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