From 47acd2ed3930e12f3e96fd56fdf55b742f856504 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 19 Oct 2017 18:21:39 +0200 Subject: [PATCH] Add package descriptions --- chat/setup.py | 1 + importer/setup.py | 1 + importer_invenio/setup.py | 1 + livesync/setup.py | 1 + livesync_debug/setup.py | 1 + livesync_invenio/setup.py | 1 + payment_manual/setup.py | 1 + payment_paypal/setup.py | 1 + piwik/setup.py | 1 + previewer_code/setup.py | 1 + previewer_jupyter/setup.py | 1 + search/setup.py | 1 + search_invenio/setup.py | 1 + storage_xrootd/setup.py | 1 + vc_dummy/setup.py | 1 + vc_vidyo/setup.py | 1 + 16 files changed, 16 insertions(+) diff --git a/chat/setup.py b/chat/setup.py index c030dbd..0c4795d 100644 --- a/chat/setup.py +++ b/chat/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-chat', version='1.0.dev0', + description='XMPP chat integration for Indico', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/importer/setup.py b/importer/setup.py index 1569b55..c2b9c73 100644 --- a/importer/setup.py +++ b/importer/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-importer', version='1.0.dev0', + description='Framework for importing timetable data from external sources into Indico', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/importer_invenio/setup.py b/importer_invenio/setup.py index 320bf6f..ee12fed 100644 --- a/importer_invenio/setup.py +++ b/importer_invenio/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-importer-invenio', version='1.0.dev0', + description='Invenio data source for the Indico Importer plugin', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/livesync/setup.py b/livesync/setup.py index 3e2a2ea..0f8095f 100644 --- a/livesync/setup.py +++ b/livesync/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-livesync', version='1.0.dev0', + description='Framework for pushing Indico event data to external services', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/livesync_debug/setup.py b/livesync_debug/setup.py index 27782a5..b9987da 100644 --- a/livesync_debug/setup.py +++ b/livesync_debug/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-livesync-debug', version='1.0.dev0', + description='Debug target for the Indico LiveSync plugin', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/livesync_invenio/setup.py b/livesync_invenio/setup.py index 684ed2f..72eb18d 100644 --- a/livesync_invenio/setup.py +++ b/livesync_invenio/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-livesync-invenio', version='1.0.dev0', + description='Invenio target for the Indico LiveSync plugin', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/payment_manual/setup.py b/payment_manual/setup.py index 36d8f0b..cda68c8 100644 --- a/payment_manual/setup.py +++ b/payment_manual/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-payment-manual', version='1.0.dev0', + description='Payment plugin for Indico that can be used for custom payment information/links', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/payment_paypal/setup.py b/payment_paypal/setup.py index 7738d87..31912da 100644 --- a/payment_paypal/setup.py +++ b/payment_paypal/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-payment-paypal', version='1.0.dev0', + description='PayPal payments for Indico event registration fees', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/piwik/setup.py b/piwik/setup.py index f38edff..ae060dd 100644 --- a/piwik/setup.py +++ b/piwik/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-piwik', version='1.0.dev1', + description='Piwik integration for global and event-specific statistics in Indico', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/previewer_code/setup.py b/previewer_code/setup.py index 85bb3b4..003fb83 100644 --- a/previewer_code/setup.py +++ b/previewer_code/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-previewer-code', version='1.0.dev0', + description='Syntax highlighter for code attachments in Indico', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/previewer_jupyter/setup.py b/previewer_jupyter/setup.py index 829ecfb..d7285e5 100644 --- a/previewer_jupyter/setup.py +++ b/previewer_jupyter/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-previewer-jupyter', version='1.0.dev0', + description='Jupyter notebook rendering for attachments in Indico', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/search/setup.py b/search/setup.py index 9fc0d9c..42ca720 100644 --- a/search/setup.py +++ b/search/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-search', version='1.0.dev0', + description='Framework for searching content in Indico', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/search_invenio/setup.py b/search_invenio/setup.py index 7aabcbb..cad053f 100644 --- a/search_invenio/setup.py +++ b/search_invenio/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-search-invenio', version='1.0.dev0', + description='Invenio backend for the Indico Search plugin', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/storage_xrootd/setup.py b/storage_xrootd/setup.py index 4afdc74..d9e46ac 100644 --- a/storage_xrootd/setup.py +++ b/storage_xrootd/setup.py @@ -22,6 +22,7 @@ from setuptools import setup setup( name='indico-plugin-storage-xrootd', version='1.0.dev0', + description='XRootD/EOS storage backend for Indico', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/vc_dummy/setup.py b/vc_dummy/setup.py index a4479e7..4faed98 100644 --- a/vc_dummy/setup.py +++ b/vc_dummy/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-vc-dummy', version='1.0.dev0', + description='Dummy/example video-conferencing plugin for Indico', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team', diff --git a/vc_vidyo/setup.py b/vc_vidyo/setup.py index ed34798..a9d5e19 100644 --- a/vc_vidyo/setup.py +++ b/vc_vidyo/setup.py @@ -22,6 +22,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-vc-vidyo', version='1.0.dev0', + description='Vidyo video-conferencing plugin for Indico', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', author='Indico Team',