-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (33 loc) · 1.15 KB
/
setup.cfg
File metadata and controls
36 lines (33 loc) · 1.15 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
[metadata]
name = dataworkspaces
version = attr: dataworkspaces.__version__
author = Max Plack Institute for Software Systems, Benedat LLC
author_email = jeff.fischer@benedat.com
description = Easy management of source data, intermediate data, and results for data science projects
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/data-workspaces/data-workspaces-core
classifiers =
Programming Language :: Python :: 3 :: Only
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Operating System :: MacOS
Operating System :: POSIX :: Linux
Operating System :: POSIX
Operating System :: Microsoft :: Windows :: Windows 10
Topic :: Software Development :: Version Control
Topic :: Scientific/Engineering :: Information Analysis
[options]
python_requires = >=3.7
packages = find:
include_package_data = True
install_requires =
click
requests
[options.extras_require]
s3 = boto3; s3fs
docker = chardet; dws-repo2docker
[options.entry_points]
console_scripts =
dws = dataworkspaces.__main__:main
git-fat = dataworkspaces.third_party.git_fat:main