We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f9509 commit d5d53f8Copy full SHA for d5d53f8
requirements.txt
@@ -1 +1,3 @@
1
twine>=1.8,<2.0
2
+wheel
3
+docutils
setup.py
@@ -5,11 +5,14 @@
5
"flake8 > 3.0.0",
6
]
7
8
+readme = open('README.rst').read()
9
+
10
setuptools.setup(
11
name="flake8_codeclimate",
12
license="MIT",
- version="0.1.0",
13
+ version="0.1.1",
14
description="Code Climate reporting formatter plugin for Flake8",
15
+ long_description=readme,
16
author="Ben Lopatin",
17
author_email="ben@benlopatin.com",
18
url="https://github.com/bennylope/flake8-codeclimate",
0 commit comments