[Nym3-commit] r276 - trunk

laurent at conuropsis.org laurent at conuropsis.org
Tue May 31 22:46:11 CEST 2005


Author: laurent
Date: 2005-05-31 22:46:10 +0200 (Tue, 31 May 2005)
New Revision: 276

Added:
   trunk/MANIFEST
Modified:
   trunk/setup.py
Log:
Prepare for source distribution.


Added: trunk/MANIFEST
===================================================================
--- trunk/MANIFEST	2005-05-31 20:44:18 UTC (rev 275)
+++ trunk/MANIFEST	2005-05-31 20:46:10 UTC (rev 276)
@@ -0,0 +1,17 @@
+setup.py
+nym3/Common.py
+nym3/Crypto.py
+nym3/Mail.py
+nym3/Message.py
+nym3/__init__.py
+nym3/Client/Account.py
+nym3/Client/Config.py
+nym3/Client/Keyring.py
+nym3/Client/Main.py
+nym3/Client/__init__.py
+nym3/Server/Config.py
+nym3/Server/Main.py
+nym3/Server/User.py
+nym3/Server/__init__.py
+bin/nym3
+bin/nym3d

Modified: trunk/setup.py
===================================================================
--- trunk/setup.py	2005-05-31 20:44:18 UTC (rev 275)
+++ trunk/setup.py	2005-05-31 20:46:10 UTC (rev 276)
@@ -1,11 +1,12 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 
 from distutils.core import setup
 
 setup(name = "nym3",
-      version = "0.0.20040825",
+      version = "0.0.20050507",
       description = "Type III nym server and client",
       author = "Laurent Fousse & Jean-René Reinhard",
       author_email = "jr at komite.net",
-      url = "http://www.komite.net/laurent/nym3/",
-      packages = ['nym3.Client', 'nym3.Server'])
+      url = "http://www.komite.net/laurent/soft/nym3/",
+      packages = ['nym3', 'nym3.Client', 'nym3.Server'])



More information about the Nym3-commit mailing list