update pypi setup and readme

This commit is contained in:
Alan Hamlett 2014-03-12 16:21:22 -07:00
parent 408e9c4b7b
commit 9bb54870ad
2 changed files with 11 additions and 8 deletions

View File

@ -1,9 +1,9 @@
WakaTime 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. 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 Installation
------------ ------------
https://www.wakatime.com/help/plugins/installing-plugins pip install wakatime
Usage
-----
https://www.wakatime.com/

View File

@ -11,13 +11,10 @@ setup(
name='wakatime', name='wakatime',
version=VERSION, version=VERSION,
license='BSD 3 Clause', license='BSD 3 Clause',
description=' '.join([ description='Interface to the WakaTime api.',
'Action event appender for WakaTime, a time',
'tracking api for text editors.',
]),
long_description=open('README.rst').read(), long_description=open('README.rst').read(),
author='Alan Hamlett', author='Alan Hamlett',
author_email='alan.hamlett@gmail.com', author_email='alan@wakatime.com',
url='https://github.com/wakatime/wakatime', url='https://github.com/wakatime/wakatime',
packages=packages, packages=packages,
package_dir={'wakatime': 'wakatime'}, package_dir={'wakatime': 'wakatime'},