From 4dba518e3dddbeae522730b761583e771a1dfda7 Mon Sep 17 00:00:00 2001 From: alisaab Date: Tue, 14 Apr 2020 21:21:13 -0400 Subject: [PATCH] update setup.py --- LICENSE.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 728bd8b..3eff6f7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ MIT License -Copyright (c) 2020 [Ali Saab, Hussein Hazimeh, and Rahul Mazumder] +Copyright (c) 2020 [Hussein Hazimeh, and Rahul Mazumder, Ali Saab] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights diff --git a/setup.py b/setup.py index 42de78f..7b507ba 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readme(): setup( name="l0bnb", description="Scalable algorithms for L0 L2-regularized regression", - author="Ali Saab, Hussein Hazimeh, Rahul Mazumder", + author="Hussein Hazimeh, Rahul Mazumder, Ali Saab", author_email="alikassemsaab@gmail.com", url='https://github.com/alisaab/l0bnb', download_url="https://github.com/alisaab/l0bnb/archive/0.0.1.tar.gz", @@ -21,5 +21,5 @@ def readme(): packages=find_packages(), include_package_data=True, license=LICENSE, - long_description=readme(), + # long_description=readme(), )