Skip to content

Commit bcede50

Browse files
committed
Final updates
1 parent 0c2f2b4 commit bcede50

File tree

3 files changed

+13
-25
lines changed

3 files changed

+13
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ which can be edited manually in */lash/Exportables/config.py*
6969

7070
## v1.1.3.1 - Readme from Pypi page
7171

72-
* Rst readme created to be showed at Pypi page
72+
* Rst text added to Pipy page
7373

7474
## v1.1.3 - Bug fix
7575

README.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

setup.py

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
import setuptools
22
import os.path
33

4-
# Load the read me ~ This code was taken from github.com/moses-palmer/pynput/blob/master/setup.py
5-
try:
6-
with open(os.path.join(
7-
os.path.dirname(__file__),
8-
'README.rst'), 'rb') as f:
9-
README = f.read().decode('utf-8')
10-
except IOError:
11-
README = ''
12-
# End of code block
13-
144

155
setuptools.setup(
166
name='lash',
177
version='1.1.3.1',
188
author='Kevin Emmanuel',
199
author_email='kevinho_gameplays@hotmail.com',
2010
description='Tools package to desktop',
21-
long_description=README,
11+
long_description="""
12+
About lash
13+
----------
14+
This package provides a set of desktop tools that simplify and
15+
automate repetitive processes. Lash also has utility functions
16+
that cover some needs of desktop users.
17+
18+
Thought to be simple and effective, Lash was developed with a
19+
command line interface that has self-help and semantic commands.
20+
21+
Access the full documentation on `KevBoyz Docs <https://kevboyz.github.io/KevBoyz-Docs/sub-pages/documentations/lash/index.html>`_
22+
""",
2223
url='https://github.com/KevBoyz/Lash',
2324
keywords='''toll tolls toolkit keylogger autoclick zip organize files file-handler os random schedule spy spyware
2425
ransomware crypt encrypt system utility''',

0 commit comments

Comments
 (0)