update pypi setup and readme
This commit is contained in:
parent
408e9c4b7b
commit
9bb54870ad
2 changed files with 11 additions and 8 deletions
12
README.rst
12
README.rst
|
@ -1,9 +1,9 @@
|
|||
WakaTime
|
||||
========
|
||||
|
||||
Fully automatic time tracking for your text editor.
|
||||
Fully automatic time tracking for programmers.
|
||||
|
||||
This is the common interface for the WakaTime api. You shouldn't need to directly use this package unless you are creating a new plugin.
|
||||
This is the common interface for the WakaTime api. You shouldn't need to directly use this package unless you are creating a new plugin or your text editor's plugin asks you to install the wakatime-cli interface.
|
||||
|
||||
Go to http://wakatime.com to install the plugin for your text editor.
|
||||
|
||||
|
@ -11,4 +11,10 @@ Go to http://wakatime.com to install the plugin for your text editor.
|
|||
Installation
|
||||
------------
|
||||
|
||||
https://www.wakatime.com/help/plugins/installing-plugins
|
||||
pip install wakatime
|
||||
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
https://www.wakatime.com/
|
||||
|
|
7
setup.py
7
setup.py
|
@ -11,13 +11,10 @@ setup(
|
|||
name='wakatime',
|
||||
version=VERSION,
|
||||
license='BSD 3 Clause',
|
||||
description=' '.join([
|
||||
'Action event appender for WakaTime, a time',
|
||||
'tracking api for text editors.',
|
||||
]),
|
||||
description='Interface to the WakaTime api.',
|
||||
long_description=open('README.rst').read(),
|
||||
author='Alan Hamlett',
|
||||
author_email='alan.hamlett@gmail.com',
|
||||
author_email='alan@wakatime.com',
|
||||
url='https://github.com/wakatime/wakatime',
|
||||
packages=packages,
|
||||
package_dir={'wakatime': 'wakatime'},
|
||||
|
|
Loading…
Reference in a new issue