-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (27 loc) · 733 Bytes
/
setup.cfg
File metadata and controls
30 lines (27 loc) · 733 Bytes
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
[metadata]
name = PythonInterfaceOOP
version = 1.0.0
author = Ionut Cristian Arsene, Cevat Batuhan Tolon
author_email = cevat.batuhan.tolon@cern.ch
url = ""
description = O2-DQ Python Based User Interface
long_description = file: README.md
long_description_content_type = text/markdown
keywords = CLI, PWG-DQ, O2-DQ, autocomplete
license = BSD 3-Clause License
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
[options]
packages = find:
zip_safe = True
include_package_data = True
install_requires =
argcomplete==1.8.1
[options.extras_require]
dev =
yapf==0.32.0
flake8==4.0.1
[options.package_data]
example = PythonInterfaceOOP/configs.*json, *.txt, *.sh
* = README.md