From 75b53fea460e30f971c14aed77c49c405dcb018b Mon Sep 17 00:00:00 2001 From: mpecchi Date: Wed, 28 Feb 2024 11:15:53 -0600 Subject: [PATCH] added project_urls to docum in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82004c4..f5efb5d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='gcms_data_analysis', # Replace with your own package name - version='1.0.2', # Start with a small version number and increment it with each release + version='1.0.3', # Start with a small version number and increment it with each release author='Matteo Pecchi', # Replace with your name description='Automatic analysis of GC-MS data', # Provide a short description long_description=readmecontent, # This will read your README file to use as the long description