forked from Digital-Preservation-Finland/dpres-siptools-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
23 lines (21 loc) · 775 Bytes
/
setup.cfg
File metadata and controls
23 lines (21 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[metadata]
name = dpres-siptools-ng
description = Library for creating Submission Information Packages (SIP) that comply to the specifications of national digital preservation services of Finland.
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/Digital-Preservation-Finland/dpres-siptools-ng
license = LGPL3
license_file = LICENSE
author = CSC — IT Center for Science
author_email = pas-support@csc.fi
platforms = linux
classifiers =
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
[options]
packages = find:
setup_requires =
setuptools-scm
python_requires = >=3.6