32 lines
841 B
INI
32 lines
841 B
INI
[metadata]
|
|
name = algods
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
description = Django application to manage a network.
|
|
maintainer = Yohann D'Anello
|
|
maintainer_email = yohann.d_anello@ens-paris-saclay.fr
|
|
url = https://gitlab.crans.org/ynerant/algo-ds
|
|
keywords = algorithm, data science
|
|
license = GPLv3
|
|
license_file = LICENSE
|
|
classifiers =
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
|
|
[options]
|
|
packages = find:
|
|
include_package_data = True
|
|
python_requires = >=3.6
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
constellation = algods.algods:main
|
|
|
|
[bdist_wheel]
|
|
; pure python
|
|
universal = 1
|