Skip to content

Commit 11a4b2d

Browse files
committed
revert tests
1 parent 77034bf commit 11a4b2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# python-slots [![Build Status](https://travis-ci.org/s4w3d0ff/python-slots.svg?branch=master)](https://travis-ci.org/s4w3d0ff/python-slots)
22
Simple, expandable, customizable slot machine
33

4-
`pip install git+https://github.com/s4w3d0ff/python-slots.git`
4+
`pip install slotmachine`
55

66
```python
77
import slotmachine

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22
setup(name='slotmachine',
3-
version='0.0.3.3',
3+
version='0.0.3.4',
44
description='Simple, expandable, customizable slot machine',
55
url='https://github.com/s4w3d0ff/python-slots',
66
author='s4w3d0ff',

0 commit comments

Comments
 (0)