Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaab committed Apr 15, 2020
1 parent f1c72e9 commit 4dba518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -21,5 +21,5 @@ def readme():
packages=find_packages(),
include_package_data=True,
license=LICENSE,
long_description=readme(),
# long_description=readme(),
)

0 comments on commit 4dba518

Please sign in to comment.