File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- sensAI - the library for sensible AI
1
+ sensAI: The Python library for sensible AI
2
2
3
- Copyright 2019-2020 by jambit GmbH
3
+ Copyright 2019-2023 by jambit GmbH
4
+ Copyright 2023 by appliedAI Institute gGmbH
4
5
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -64,14 +64,21 @@ def relaxed_requirements_from_file(path):
64
64
name = 'sensai' ,
65
65
package_dir = {"" : "src" },
66
66
license = "MIT" ,
67
- url = "https://github.com/jambit /sensAI" ,
67
+ url = "https://github.com/aai-institute /sensAI" ,
68
68
packages = find_namespace_packages (where = "src" ),
69
69
include_package_data = True ,
70
70
version = '1.0.0b3' ,
71
- description = 'Library for sensible AI' ,
71
+ description = 'The Python library for sensible AI' ,
72
72
install_requires = relaxed_requirements_from_file ("requirements.txt" ),
73
73
dependency_links = ["https://download.pytorch.org/whl/torch_stable.html" ],
74
74
setup_requires = ["wheel" ],
75
75
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
+ ]
77
84
)
You can’t perform that action at this time.
0 commit comments