Skip to content

Commit 172e482

Browse files
committed
Update project metadata
1 parent a8281c6 commit 172e482

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

LICENSE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
sensAI - the library for sensible AI
1+
sensAI: The Python library for sensible AI
22

3-
Copyright 2019-2020 by jambit GmbH
3+
Copyright 2019-2023 by jambit GmbH
4+
Copyright 2023 by appliedAI Institute gGmbH
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,21 @@ def relaxed_requirements_from_file(path):
6464
name='sensai',
6565
package_dir={"": "src"},
6666
license="MIT",
67-
url="https://github.com/jambit/sensAI",
67+
url="https://github.com/aai-institute/sensAI",
6868
packages=find_namespace_packages(where="src"),
6969
include_package_data=True,
7070
version='1.0.0b3',
71-
description='Library for sensible AI',
71+
description='The Python library for sensible AI',
7272
install_requires=relaxed_requirements_from_file("requirements.txt"),
7373
dependency_links=["https://download.pytorch.org/whl/torch_stable.html"],
7474
setup_requires=["wheel"],
7575
extras_require=extras_require,
76-
author='jambit GmbH'
76+
author='appliedAI Institute gGmbh & jambit GmbH',
77+
classifiers=[
78+
"Programming Language :: Python :: 3.8",
79+
"Programming Language :: Python :: 3.9",
80+
"Programming Language :: Python :: 3.10",
81+
"Programming Language :: Python :: 3.11",
82+
"License :: OSI Approved :: MIT License"
83+
]
7784
)

0 commit comments

Comments
 (0)