FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Update setup.py to show up to date information

Merged Dr Abraham Martin requested to merge update-info into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -6,10 +6,10 @@ setup(
description='A Django module for the University of Cambridge Lookup service',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/uisautomation/django-ucamlookup.git',
url='https://gitlab.developers.cam.ac.uk/uis/devops/django/ucamlookup',
version='2.0.0',
license='MIT',
author='Information Systems Group, University Information Services, University of Cambridge',
author='DevOps Division, University Information Services, University of Cambridge',
author_email='devops@uis.cam.ac.uk',
packages=find_packages(),
include_package_data=True,
Loading