mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Add package descriptions
This commit is contained in:
parent
dc577364cf
commit
47acd2ed39
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user