Skip to content

Commit

Permalink
Full author list on package
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelburger committed Jan 19, 2024
1 parent da6a803 commit cae138d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion famews/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ def get_version(rel_path):
setuptools.setup(
name="famews",
version=get_version("famews/__init__.py"),
author="Marine Hoche, Olga Mineeva, Manuel Burger",
author="Marine Hoche, Olga Mineeva, Manuel Burger, Alessandro Blasimme, Gunnar Rätsch",
url="https://github.com/ratschlab/famews",
license="MIT License",
description="FAMEWS: A Fairness Auditing tool for Medical Early-Warning Systems",
long_description=long_description,
long_description_content_type="text/markdown",
keywords = [
'Fairness', 'Machine Learning',
'Early-Warning System', 'Clinical Applications'], # Keywords that define your package best
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit cae138d

Please sign in to comment.