Skip to content

Commit

Permalink
Updated to point to documentation hosted on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tcocagne committed Jul 2, 2012
1 parent bc07602 commit 5e3f8cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.asciidoc
Expand Up @@ -9,10 +9,10 @@ Twisted DBus is a native Python implementation of the
http://dbus.freedesktop.org/doc/dbus-specification.html[DBus protocol]
for the http://twistedmatrix.com/trac/[Twisted] networking framework.

In addition to a link:doc/tutorial.asciidoc[Tutorial], and collection
of link:doc/tutorial_examples[Examples], the
documentation for this project also inclues
link:doc/dbus_overview.asciidoc[An Overview of the DBus Protocol]
In addition to a http://packages.python.org/twisted_dbus/[Tutorial], and collection
of https://github.com/cocagne/twisted_dbus/tree/master/doc/tutorial_examples[Examples],
the documentation for this project also includes
http://packages.python.org/twisted_dbus/dbus_overview.html[An Overview of the DBus Protocol]

*License*: http://www.opensource.org/licenses/mit-license.php[MIT]

Expand Down
10 changes: 10 additions & 0 deletions setup.py
Expand Up @@ -25,5 +25,15 @@
packages = ['tx',
'tx.dbus',
'tx.dbus.test'],
keywords = ['dbus', 'twisted'],
classifiers = ['Programming Language :: Python',
'Programming Language :: Python :: 2',
'Development Status :: 4 - Beta',
'Environment :: Other Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)

0 comments on commit 5e3f8cc

Please sign in to comment.