Rev 124: Fix some typos. in http://bazaar.launchpad.net/~meliae-dev/meliae/trunk

John Arbash Meinel john at arbash-meinel.com
Tue Dec 29 23:01:54 GMT 2009


At http://bazaar.launchpad.net/~meliae-dev/meliae/trunk

------------------------------------------------------------
revno: 124
revision-id: john at arbash-meinel.com-20091229230129-tngefk0eip23ktax
parent: john at arbash-meinel.com-20091229230055-2y2ko4lcclrwwake
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Tue 2009-12-29 17:01:29 -0600
message:
  Fix some typos.
-------------- next part --------------
=== modified file 'setup.py'
--- a/setup.py	2009-12-29 23:00:55 +0000
+++ b/setup.py	2009-12-29 23:01:29 +0000
@@ -28,7 +28,7 @@
         "download_url": "https://launchpad.net/meliae/+download",
         "packages": ["meliae"],
         "scripts": ["strip_duplicates.py"],
-        "ext_modules": ext
+        "ext_modules": ext,
         "classifiers": [
             'Development Status :: 4 - Beta',
             'Environment :: Console',
@@ -40,7 +40,7 @@
             'Programming Language :: Python',
             'Programming Language :: Cython',
             'Topic :: Software Development :: Debuggers',
-        ]
+        ],
         "long_description": """\
 This project is similar to heapy (in the 'guppy' project), in its attempt to
 understand how memory has been allocated.



More information about the bazaar-commits mailing list