-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
49 lines (45 loc) · 1.27 KB
/
setup.cfg
File metadata and controls
49 lines (45 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = face_lensing
description = Your face through a gravitational lens
long_description = file: README.md
long_description_content_type = text/markdown
author = Alexandre Boucaud
author_email = aboucaud@apc.in2p3.fr
license = MIT
url = https://github.com/aboucaud/face_lensing
github_project = aboucaud/face_lensing
platforms = any
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Intended Audience :: Education
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Image Processing
project_urls =
Bug Tracker = https://github.com/aboucaud/face_lensing/issues
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.8
setup_requires =
setuptools>=40.0
wheel
setuptools_scm
install_requires =
numpy
scipy
opencv-python
[options.entry_points]
console_scripts =
face-lensing-app = face_lensing.__main__:main
[options.package_data]
face_lensing = *.npz
[bdist_wheel]
universal = true