浏览代码

PyPI does not handle links to irc://irc.freenode.net

Ask Solem 13 年之前
父节点
当前提交
a408ae9bd7
共有 4 个文件被更改,包括 4 次插入11 次删除
  1. 2 3
      README.rst
  2. 1 1
      docs/includes/introduction.txt
  3. 1 2
      docs/includes/resources.txt
  4. 0 5
      setup.py

+ 2 - 3
README.rst

@@ -22,7 +22,7 @@ Synopsis
 ========
 ========
 
 
 Celery is an open source asynchronous task queue/job queue based on
 Celery is an open source asynchronous task queue/job queue based on
-distributed message passing.  It is focused on real-time operation,
+distributed message passing.  Focused on real-time operation,
 but supports scheduling as well.
 but supports scheduling as well.
 
 
 The execution units, called tasks, are executed concurrently on one or
 The execution units, called tasks, are executed concurrently on one or
@@ -333,10 +333,9 @@ please join the `celery-users`_ mailing list.
 IRC
 IRC
 ---
 ---
 
 
-Come chat with us on IRC. The `#celery`_ channel is located at the `Freenode`_
+Come chat with us on IRC. The **#celery** channel is located at the `Freenode`_
 network.
 network.
 
 
-.. _`#celery`: irc://irc.freenode.net/celery
 .. _`Freenode`: http://freenode.net
 .. _`Freenode`: http://freenode.net
 
 
 .. _bug-tracker:
 .. _bug-tracker:

+ 1 - 1
docs/includes/introduction.txt

@@ -16,7 +16,7 @@ Synopsis
 ========
 ========
 
 
 Celery is an open source asynchronous task queue/job queue based on
 Celery is an open source asynchronous task queue/job queue based on
-distributed message passing.  It is focused on real-time operation,
+distributed message passing.  Focused on real-time operation,
 but supports scheduling as well.
 but supports scheduling as well.
 
 
 The execution units, called tasks, are executed concurrently on one or
 The execution units, called tasks, are executed concurrently on one or

+ 1 - 2
docs/includes/resources.txt

@@ -18,10 +18,9 @@ please join the `celery-users`_ mailing list.
 IRC
 IRC
 ---
 ---
 
 
-Come chat with us on IRC. The `#celery`_ channel is located at the `Freenode`_
+Come chat with us on IRC. The **#celery** channel is located at the `Freenode`_
 network.
 network.
 
 
-.. _`#celery`: irc://irc.freenode.net/celery
 .. _`Freenode`: http://freenode.net
 .. _`Freenode`: http://freenode.net
 
 
 .. _bug-tracker:
 .. _bug-tracker:

+ 0 - 5
setup.py

@@ -53,11 +53,6 @@ classes = """
     License :: OSI Approved :: BSD License
     License :: OSI Approved :: BSD License
     Topic :: System :: Distributed Computing
     Topic :: System :: Distributed Computing
     Topic :: Software Development :: Object Brokering
     Topic :: Software Development :: Object Brokering
-    Intended Audience :: Developers
-    Intended Audience :: Information Technology
-    Intended Audience :: Science/Research
-    Environment :: No Input/Output (Daemon)
-    Environment :: Console
     Programming Language :: Python
     Programming Language :: Python
     Programming Language :: Python :: 2
     Programming Language :: Python :: 2
     Programming Language :: Python :: 2.5
     Programming Language :: Python :: 2.5