-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
39 lines (35 loc) · 1.14 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
[metadata]
name = MOLInA
version = attr: molina.__version__
author = Ivan Chernyshov, Xena Nikitina
author_email = [email protected], [email protected]
description = GUI app for annotation of molecule images
long_description = file: README.md
long_description_content_type = text/markdown
#url = https://pypi.org/project/ilthermopy/
project_urls =
GitHub = https://github.com/OdanReact/MOLInA
Bug Tracker = https://github.com/OdanReact/MOLInA/issues
keywords = OCSR molecule image chemical structure recognition
classifiers =
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Programming Language :: Python :: 3
DDevelopment Status :: 2 - Pre-Alpha
Operating System :: OS Independent
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Chemistry
Topic :: Multimedia :: Graphics
[options]
#include_package_data = True
packages =
molina
install_requires =
pyside6
molscribe
python_requires = >=3.8
#[options.package_data]
#* = *.csv
[options.entry_points]
console_scripts =
molina = molina.__main__:main