diff options
| author | Frederick Muriuki Muriithi | 2023-08-04 12:49:40 +0300 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2023-08-04 12:49:40 +0300 |
| commit | bd99071174bfa80d179dd32673200f51000b86b5 (patch) | |
| tree | ab15db002983ddebf10ea6e632b2d0b05b3455d9 /setup.py | |
| parent | 8b7c598407a5fea9a3d78473e72df87606998cd4 (diff) | |
| download | gn-auth-bd99071174bfa80d179dd32673200f51000b86b5.tar.gz | |
Initialise the application and update some module imports
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index 52a928e..31fd889 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup from setup_commands import RunTests -long_description = """ +LONG_DESCRIPTION = """ GeneNetwork-Auth project is the authentication/authorisation server to be used across all GeneNetwork services. """ @@ -28,7 +28,7 @@ setup(author="Frederick M. Muriithi", ], scripts=[], license="AGPLV3", - long_description=long_description, + long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", name="GeneNetwork-Auth", packages=[ |
