X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=setup.py;h=ff468632b49cf61cd7473c3069f1bf8d1edc570c;hp=d6ef38ffb322ece293f2f48ff10bccb30fab398e;hb=HEAD;hpb=2733f95ebc2da6c6cbd84be8b54efa9b3906af04 diff --git a/setup.py b/setup.py index d6ef38f..ff46863 100644 --- a/setup.py +++ b/setup.py @@ -19,12 +19,13 @@ setup( long_description=get_long_description(), long_description_content_type='text/markdown', author='Javier Sancho', + author_email='jsf@jsancho.org', url='https://github.com/jsancho-gpl/datasette-pytables', license='Apache License, Version 2.0', packages=['datasette_pytables'], entry_points={ 'datasette.connectors': [ - 'pytables = datasette_pytables' + 'pytables = datasette_pytables:PyTablesConnector' ], }, install_requires=[