Parcourir la source

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

Ask Solem il y a 12 ans
Parent
commit
a408ae9bd7
4 fichiers modifiés avec 4 ajouts et 11 suppressions
  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
-distributed message passing.  It is focused on real-time operation,
+distributed message passing.  Focused on real-time operation,
 but supports scheduling as well.
 
 The execution units, called tasks, are executed concurrently on one or
@@ -333,10 +333,9 @@ please join the `celery-users`_ mailing list.
 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.
 
-.. _`#celery`: irc://irc.freenode.net/celery
 .. _`Freenode`: http://freenode.net
 
 .. _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
-distributed message passing.  It is focused on real-time operation,
+distributed message passing.  Focused on real-time operation,
 but supports scheduling as well.
 
 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
 ---
 
-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.
 
-.. _`#celery`: irc://irc.freenode.net/celery
 .. _`Freenode`: http://freenode.net
 
 .. _bug-tracker:

+ 0 - 5
setup.py

@@ -53,11 +53,6 @@ classes = """
     License :: OSI Approved :: BSD License
     Topic :: System :: Distributed Computing
     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 :: 2
     Programming Language :: Python :: 2.5