-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (36 loc) · 1013 Bytes
/
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 = CMPDA
version = attr: cmpda.mylib.__version__
author = Dario Cafasso
author_email = [email protected]
description = Package of computing methods
platforms = Linux
classifiers =
License :: OSI Approved :: GPL v3.0
Operating System :: Linux
Programming Language :: Python :: 3
Programming Language :: C++
Programming Language :: Fortran
Intended Audience :: Science/Research
Topic :: Scientific computation
Development Status :: Beta
license = GPL v3.0
license_files = LICENSE
long_description = file: README.rst
long_description_content_type = text/x-rst
[options]
zip_safe = False
python_requires = >= 3.7
include_package_data = True
[options.entry_points]
console_scripts =
darkYolo = cmpda.mylib.darknetyolo:cli
darkText = cmpda.mylib.darknettext:cli
hopfield = Python_SciPy.Hopfield_model.hopfield:cli
[versioneer]
VCS = git
style = pep440
versionfile_source = cmpda/mylib/_version.py
versionfile_build = cmpda/mylib/_version.py
tag_prefix =
parentdir_prefix =