Skip to content

Commit 0a1a51b

Browse files
committed
space out readme tags
1 parent 75e3216 commit 0a1a51b

File tree

3 files changed

+8
-38
lines changed

3 files changed

+8
-38
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2-
[![Build Status](https://travis-ci.org/sarcoma/Python-Rummy.svg?branch=master)](https://travis-ci.org/sarcoma/Python-Rummy) [![codecov](https://codecov.io/gh/sarcoma/Python-Rummy/branch/master/graph/badge.svg)](https://codecov.io/gh/sarcoma/Python-Rummy)
2+
[![Build Status](https://travis-ci.org/sarcoma/Python-Rummy.svg?branch=master)](https://travis-ci.org/sarcoma/Python-Rummy)
3+
[![codecov](https://codecov.io/gh/sarcoma/Python-Rummy/branch/master/graph/badge.svg)](https://codecov.io/gh/sarcoma/Python-Rummy)
34
[![Run on Repl.it](https://repl.it/badge/github/sarcoma/Python-Rummy)](https://repl.it/github/sarcoma/Python-Rummy)
45

56
# Command Line Rummy in Python 3

poetry.lock

Lines changed: 2 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ requires = ["poetry>=0.11"]
44

55
[tool]
66
[tool.poetry]
7-
name = "rummy"
8-
version = "2.1.0"
9-
description = "Console Rummy game"
107
authors = ["Sarcoma <sarcoma@live.co.uk>"]
8+
description = "Console Rummy game"
119
license = "MIT"
10+
name = "rummy"
11+
version = "2.1.0"
1212
[tool.poetry.dependencies]
1313
Pygments = "2.2.0"
1414
ansi-colours = "0.2.6"
@@ -30,7 +30,7 @@ py = "1.7.0"
3030
pytest = "3.10.0"
3131
pytest-cov = "2.6.0"
3232
pytest-mock = "1.10.0"
33-
python = "^3.4"
33+
python = "^3.8"
3434
readme-renderer = "24.0"
3535
requests = "2.20.1"
3636
requests-toolbelt = "0.8.0"

0 commit comments

Comments
 (0)