Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2003-06-08 20:17:31 +0400
committerJacek Konieczny <jajcus@jajcus.net>2003-06-08 20:17:31 +0400
commitbd443e3125ed65a48d8b57520db45405dffe7caa (patch)
tree899bd5293ff5ca74e9c13968cea75ca8b49be168 /setup.py
parente094f6c64712c09b234dbf796f63964e6b51f956 (diff)
- unicode normalization
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b60b92c..b0334d1 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#! /usr/bin/env python
-# $Id: setup.py,v 1.4 2003/06/06 10:15:24 jajcus Exp $
+# $Id: setup.py,v 1.5 2003/06/08 16:17:25 jajcus Exp $
from distutils.core import setup, Extension
@@ -29,6 +29,7 @@ setup(
packages = [
'pyxmpp',
'pyxmpp.sasl',
+ 'pyxmpp.unicode',
],
)