Skip to content

Commit d5d53f8

Browse files
committed
Updates for PyPI release
1 parent e0f9509 commit d5d53f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
twine>=1.8,<2.0
2+
wheel
3+
docutils

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
"flake8 > 3.0.0",
66
]
77

8+
readme = open('README.rst').read()
9+
810
setuptools.setup(
911
name="flake8_codeclimate",
1012
license="MIT",
11-
version="0.1.0",
13+
version="0.1.1",
1214
description="Code Climate reporting formatter plugin for Flake8",
15+
long_description=readme,
1316
author="Ben Lopatin",
1417
author_email="ben@benlopatin.com",
1518
url="https://github.com/bennylope/flake8-codeclimate",

0 commit comments

Comments
 (0)