File tree Expand file tree Collapse file tree 3 files changed +13
-25
lines changed Expand file tree Collapse file tree 3 files changed +13
-25
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ which can be edited manually in */lash/Exportables/config.py*
69
69
70
70
## v1.1.3.1 - Readme from Pypi page
71
71
72
- * Rst readme created to be showed at Pypi page
72
+ * Rst text added to Pipy page
73
73
74
74
## v1.1.3 - Bug fix
75
75
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import setuptools
2
2
import os .path
3
3
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
-
14
4
15
5
setuptools .setup (
16
6
name = 'lash' ,
17
7
version = '1.1.3.1' ,
18
8
author = 'Kevin Emmanuel' ,
19
9
author_email = 'kevinho_gameplays@hotmail.com' ,
20
10
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
+ """ ,
22
23
url = 'https://github.com/KevBoyz/Lash' ,
23
24
keywords = '''toll tolls toolkit keylogger autoclick zip organize files file-handler os random schedule spy spyware
24
25
ransomware crypt encrypt system utility''' ,
You can’t perform that action at this time.
0 commit comments