-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (30 loc) · 705 Bytes
/
setup.cfg
File metadata and controls
38 lines (30 loc) · 705 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
31
32
33
34
35
36
37
38
[metadata]
name = dataextractor
summary = Extracts the structured data from a unstructured text file
description-file =
README.rst
author = Siddiq
author-email = siddiqhussainskm@gmail.com
home-page = https://github.com/siddiqskm/dataextractor
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python :: 3.6
keywords = dataextractor
[entry_points]
console_scripts =
dataextractor = dataextractor.cli:main
[files]
packages =
dataextractor
[options]
zip_save = False
[pbr]
warnerrors = True
[bdist_wheel]
universal = 1
[flake8]
exclude = docs
[tool:pytest]
collect_ignore = ['setup.py']