Skip to content

Commit 04d1e33

Browse files
committed
Updated installation
1 parent c1f6b1d commit 04d1e33

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![GitHub forks](https://img.shields.io/github/forks/mrmaxguns/wonderwordsmodule)](https://github.com/mrmaxguns/wonderwordsmodule/network)
44
[![GitHub stars](https://img.shields.io/github/stars/mrmaxguns/wonderwordsmodule)](https://github.com/mrmaxguns/wonderwordsmodule/stargazers)
55
[![GitHub license](https://img.shields.io/github/license/mrmaxguns/wonderwordsmodule)](https://github.com/mrmaxguns/wonderwordsmodule/blob/master/LICENSE)
6-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/mrmaxguns/wonderwordsmodule)
76

87
Latest version: v1.0.5
98

@@ -43,7 +42,7 @@ All the installation files can be found at https://test.pypi.org/wonderwords-mrm
4342

4443
To install from the command line, use pip:
4544
```
46-
pip install -i https://test.pypi.org/simple/ wonderwords-mrmaxguns
45+
pip install wonderwords
4746
```
4847
Please contact @mrmaxguns if you have trouble installing wonderwords.
4948

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="wonderwords_mrmaxguns",
7+
name="wonderwords",
88
version="1.0.5",
99
author="Maxim Rebguns",
1010
author_email="mrmaxguns@gmail.com",
1111
include_package_data=True,
12-
description="A simple package for words in the english language",
12+
description="A simple package for random words and sentences in the english language",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/mrmaxguns/wonderwordsmodule",

0 commit comments

Comments
 (0)