This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (39 loc) · 1.46 KB
/
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
34
35
36
37
38
39
40
41
# =============================================================================
# @file setup.cfg
# @brief Package version metadata for Check It!
# @author Michael Hucka <mhucka@caltech.edu>
# @license Please see the file named LICENSE in the project directory
# @website https://github.com/caltechlibrary/checkit
# =============================================================================
[metadata]
name = checkit
version = 1.0.0
description = Get info about specific barcodes from caltech.tind.io
author = Michael Hucka
author_email = mhucka@caltech.edu
license = BSD 3-clause
license_files = LICENSE
url = https://github.com/caltechlibrary/checkit
# The remaining items below are used by PyPI.
project_urls =
Source Code = https://github.com/caltechlibrary/checkit
Bug Tracker = https://github.com/caltechlibrary/checkit/issues
keywords = library inventory
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: POSIX :: Linux
Operating System :: Unix
Programming Language :: Python
Programming Language :: Python :: 3.5
Topic :: Utilities
long_description = file:README.md
long_description_content_type = text/markdown
[options]
packages = find:
scripts = bin/checkit
zip_safe = False
python_requires = >= 3.5