mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-18 17:54:47 +00:00
Add metadata to setup.py
This commit is contained in:
parent
f749bc3937
commit
3aba19bd12
@ -22,6 +22,10 @@ from setuptools import setup, find_packages
|
||||
setup(
|
||||
name='indico_importer_invenio',
|
||||
version='0.1',
|
||||
url='https://github.com/indico/indico-plugin-importer-imvenio',
|
||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||
author='Indico Team',
|
||||
author_email='indico-team@cern.ch',
|
||||
packages=find_packages(),
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
@ -30,5 +34,11 @@ setup(
|
||||
'indico>=1.9.1',
|
||||
'indico_importer'
|
||||
],
|
||||
classifiers=[
|
||||
'Environment :: Plugins',
|
||||
'Environment :: Web Environment',
|
||||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
||||
'Programming Language :: Python :: 2.7'
|
||||
],
|
||||
entry_points={'indico.plugins': {'importer_invenio = indico_importer_invenio.plugin:ImporterInvenioPlugin'}}
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user