-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
40 lines (37 loc) · 1.05 KB
/
setup.cfg
File metadata and controls
40 lines (37 loc) · 1.05 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
[metadata]
name = abacusSoftware
version = 1.6.2
author = Juan Barbosa
author_email = js.barbosa10@uniandes.edu.co
maintainer = David Guzman
maintainer_email = da.guzman@outlook.com
description = Abacus Software is a suite of tools built to ensure your experience with Tausand's coincidence counters becomes simplified.
license = GPL
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Tausand-dev/AbacusSoftware
project_urls =
Bug Tracker = https://github.com/Tausand-dev/AbacusSoftware/issues
classifiers =
Development Status :: 5 - Production/Stable
Topic :: Utilities
License :: OSI Approved :: GNU General Public License (GPL)
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
package_dir =
= .
packages = find:
python_requires = >=3.8
install_requires =
pyAbacus>=1.2
pyserial
numpy
pyqtgraph
PyQt5
qtmodern
[options.packages.find]
where = .
[options.entry_points]
console_scripts =
abacusSoftware = abacusSoftware.main:run