File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
- name = fairlens
3
- author = Synthesized Ltd.
4
-
5
- maintainer = Synthesized Ltd.
2
+ name = fairlens_pe
6
3
description = Identify bias and measure fairness of your data
7
4
license = ' BSD 3-Clause License'
8
5
license_file = LICENSE.md
9
6
long_description = file: README.md
10
7
long_description_content_type = text/markdown
11
- url = https://github.com/synthesized-io/fairlens
12
- project_urls =
13
- Company = https://synthesized.io
8
+ url = https://github.com/OSS-Pole-Emploi/fairlens_pe
14
9
classifiers =
15
10
License :: OSI Approved :: BSD License
16
11
Development Status :: 4 - Beta
17
- Programming Language :: Python :: 3.6
18
- Programming Language :: Python :: 3.7
19
12
Programming Language :: Python :: 3.8
20
13
Programming Language :: Python :: 3.9
14
+ Programming Language :: Python :: 3.10
15
+ Programming Language :: Python :: 3.11
21
16
Operating System :: Microsoft :: Windows
22
17
Operating System :: Unix
23
18
Operating System :: MacOS
@@ -28,7 +23,7 @@ classifiers =
28
23
package_dir =
29
24
= src
30
25
packages = find:
31
- python_requires = >=3.6
26
+ python_requires = >=3.8
32
27
install_requires =
33
28
numpy>=1.18.4
34
29
pandas>=1.1.5
You can’t perform that action at this time.
0 commit comments