-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (28 loc) · 804 Bytes
/
Copy pathsetup.cfg
File metadata and controls
31 lines (28 loc) · 804 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
[metadata]
name = codebooks
author = Mark Howison
author_email = mark@howison.org
url = https://github.com/mhowison/codebooks
version = attr: codebooks.__version__
license = BSD-3-Clause
description = Automatic generation of codebooks from dataframes.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Operating System :: OS Independent
Natural Language :: English
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
[options]
install_requires =
pandas
tqdm
python_requires = >= 3.8
setup_requires = setuptools
[options.package_data]
codebooks = css/*
[options.entry_points]
console_scripts =
codebooks = codebooks.__main__:main