Skip to content
Snippets Groups Projects
Commit e0c57974 authored by Jonathan Villemaire-Krajden's avatar Jonathan Villemaire-Krajden
Browse files

Add package location, fix name.

parent 9c883a7d
No related branches found
No related tags found
No related merge requests found
...@@ -6,13 +6,14 @@ with open('README.md', encoding='utf-8') as f: ...@@ -6,13 +6,14 @@ with open('README.md', encoding='utf-8') as f:
requirements = ['jupyterhub>=1.0'] requirements = ['jupyterhub>=1.0']
setup( setup(
name='jupyterhub-ats', name='jupyterhub-access-token-service',
version='0.1.0', version='0.1.0-dev',
description='Jupyterhub Access Token Service', description='Jupyterhub Access Token Service',
long_description=long_description, long_description=long_description,
author= "Jonathan Villemaire-Krajden, EPFL", author= "Jonathan Villemaire-Krajden, EPFL",
author_email= "jonathan.villemaire-krajden@epfl.ch", author_email= "jonathan.villemaire-krajden@epfl.ch",
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
packages=find_packages(),
python_requires='>=3.6', python_requires='>=3.6',
install_requires=requirements, install_requires=requirements,
entry_points={ entry_points={
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment