-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
33 lines (30 loc) · 897 Bytes
/
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
# Read this guide: https://jwodder.github.io/kbits/posts/pypkg-data/#including-package-data-via-setup-py-setup-cfg
[metadata]
name = autocrosswalk
version = 0.0.24
author = Nicolaj Søndergaard Mühlbach
author_email = [email protected]
description = Automatic Crosswalk
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/muhlbach/autocrosswalk
keywords = natural language processing, deep learning, machine learning
license = MIT License
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
zip_safe = False
include_package_data = True
python_requires = >=3.6
packages = find:
package_dir =
= src
# install_requires =
# bodyguard>=0.0.41
# econnlp>=0.0.7
[options.packages.find]
where = src
[options.package_data]
* = **/*.parquet