Skip to content

Commit

Permalink
Use RST README
Browse files Browse the repository at this point in the history
  • Loading branch information
kz26 committed Aug 22, 2016
1 parent ef33628 commit ad9ebbc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

26 changes: 26 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
dottorrent
==========

High-level Python 3 library and CLI tool for creating .torrent files

Documentation
-------------

Full documentation on how to use the dottorrent as a Python library and
from the command line is available at [dottorrent.readthedocs.io](http://dottorrent.readthedocs.io/).

.. image:: https://readthedocs.org/projects/dottorrent/badge/


Installation
------------

Stable releases are available on PyPI and can be installed using ``pip``.
::

pip install dottorrent

License
-------

[MIT](https://opensource.org/licenses/MIT)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# metadata for upload to PyPI
author="Kevin Zhang",
author_email="kevin@kevinzhang.me",
description="This is an Example Package",
license="MIT",
description="High-level Python 3 library and CLI tool for creating .torrent files",
long_description=open('README.rst').read(),
keywords="bittorrent torrent bencode",
url="https://github.com/kz26/dottorrent", # project home page, if any

Expand Down

0 comments on commit ad9ebbc

Please sign in to comment.