Skip to content

Commit

Permalink
Update README's
Browse files Browse the repository at this point in the history
  • Loading branch information
8nhuman8 committed Dec 16, 2022
1 parent 7ebf04c commit a4957bb
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 342 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/pull_request_template.md

This file was deleted.

76 changes: 0 additions & 76 deletions CODE_OF_CONDUCT.md

This file was deleted.

63 changes: 0 additions & 63 deletions CONTRIBUTING.md

This file was deleted.

113 changes: 0 additions & 113 deletions PACKAGE_README.md

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# randword

`A Python package for generation random English words`
The Python package for generating random English words

## Table of contents

Expand All @@ -13,17 +13,17 @@

You can install `randword` package using `pip` or `easy_install`:

```
```bash
pip install randword
```

```
```bash
easy_install randword
```

You can also just clone the repository and run:

```
```bash
python setup.py install
```

Expand All @@ -45,4 +45,4 @@ See the [documentation](https://randword.readthedocs.io/en/stable/index.html).

[randword](https://github.com/8nhuman8/randword) specific code is distributed under [MIT License](https://github.com/8nhuman8/randword/blob/master/LICENSE.txt).

Copyright (c) 2020 Artyom Bezmenov
Copyright (c) 2022 Artyom Bezmenov
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

project = 'randword'
copyright = '2022, Artyom Bezmenov'
author = 'Artyom Bezmenov'
author = 'Artyom Bezmenov (8nhuman)'

release = '2.11'
release = '2.11.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion randword/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'''
A module that provides the generation of various information.
The Python module for generating random English words.
'''

from .rand_word import PARTS_OF_SPEECH, word
Expand Down
Loading

0 comments on commit a4957bb

Please sign in to comment.