-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (35 loc) · 1.05 KB
/
setup.cfg
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
[metadata]
name = gevt
version = file: src/gevt/VERSION
description = Gestionnaire de Volontaires et de Tâches
long_description = file: README.md
license = MIT
licence_file = LICENSE
url = http://gevt.readthedocs.io
author = Sébastien Weber
author_email = [email protected]
classifiers =
Programming Language :: Python :: 3
Development Status :: 5 - Production/Stable
Environment :: Other Environment
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Human Machine Interfaces
Topic :: Scientific/Engineering :: Visualization
License :: CeCILL-B Free Software License Agreement (CECILL-B)
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: User Interfaces
[options]
py_module = gevt
python_requires = >=3.7, <3.11
install_requires=
pymodaq
package_dir =
=src
packages = find:
include_package_data = True
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
gevt=gevt.gevt:start_gevt