Skip to content

Commit f47ab3c

Browse files
authored
Prepare package for publication (#3)
1 parent cba0d4e commit f47ab3c

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

setup.cfg

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
[metadata]
2-
name = fairlens
3-
author = Synthesized Ltd.
4-
author_email = [email protected]
5-
maintainer = Synthesized Ltd.
2+
name = fairlens_pe
63
description = Identify bias and measure fairness of your data
74
license = 'BSD 3-Clause License'
85
license_file = LICENSE.md
96
long_description = file: README.md
107
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
149
classifiers =
1510
License :: OSI Approved :: BSD License
1611
Development Status :: 4 - Beta
17-
Programming Language :: Python :: 3.6
18-
Programming Language :: Python :: 3.7
1912
Programming Language :: Python :: 3.8
2013
Programming Language :: Python :: 3.9
14+
Programming Language :: Python :: 3.10
15+
Programming Language :: Python :: 3.11
2116
Operating System :: Microsoft :: Windows
2217
Operating System :: Unix
2318
Operating System :: MacOS
@@ -28,7 +23,7 @@ classifiers =
2823
package_dir =
2924
= src
3025
packages = find:
31-
python_requires = >=3.6
26+
python_requires = >=3.8
3227
install_requires =
3328
numpy>=1.18.4
3429
pandas>=1.1.5

0 commit comments

Comments
 (0)