summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <quinticent@phuket.(none)>2006-07-12 18:11:07 -0400
committerJohn (J5) Palmieri <quinticent@phuket.(none)>2006-07-12 18:11:07 -0400
commit303a9d690767dd40e75940f9e3c4e1d1fa504554 (patch)
tree9f208b5964b86e6f35f15334e3ef58c1a402ec66 /setup.py
parentc72e8df76cda925d0bac0e99af94a4d3760e74b1 (diff)
downloaddbus-python-303a9d690767dd40e75940f9e3c4e1d1fa504554.tar.gz
* MANIFEST.in: Added
* setup.py: change package name to dbus-python
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0cc0ac2..5b18002 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ Currently the communicating applications are on one computer, but TCP/IP option
is available and remote support planned.'''
setup(
- name='dbus',
+ name='dbus-python',
version='0.70',
description='D-Bus Python bindings',
long_description=long_desc,