Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s4w3d0ff committed May 29, 2019
1 parent 77034bf commit e347798
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# python-slots [![Build Status](https://travis-ci.org/s4w3d0ff/python-slots.svg?branch=master)](https://travis-ci.org/s4w3d0ff/python-slots)
Simple, expandable, customizable slot machine

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

```python
import slotmachine
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
from setuptools import setup
with open('README.md') as file_object:
description = file_object.read()
setup(name='slotmachine',
version='0.0.3.3',
version='0.0.3.4',
description='Simple, expandable, customizable slot machine',
long_description=description,
url='https://github.com/s4w3d0ff/python-slots',
author='s4w3d0ff',
author_email="[email protected]",
Expand Down

0 comments on commit e347798

Please sign in to comment.