-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
46 lines (44 loc) · 1.28 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
42
43
44
45
46
[metadata]
name = cs5260
provides = cs5260
version = 0.0.1
description = Example code for CS 5260 at Vanderbilt University
long_description = file: README.rst
long_description_content_type = text/markdown
author = Will Hedgecock
author_email = ronald.w.hedgecock@vanderbilt.edu
maintainer = Will Hedgecock
maintainer_email = ronald.w.hedgecock@vanderbilt.edu
license = GPL 3
license_files = LICENSE
url = https://github.com/hedgecrw/CS5260
download_url = https://github.com/hedgecrw/CS5260
project_urls =
Source = https://github.com/hedgecrw/CS5260
classifiers =
Environment :: Console
Environment :: Other Environment
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Intended Audience :: Science/Research
Natural Language :: English
platforms = Linux, Darwin, Windows
readme = README.rst
[options]
zip_safe = True
include_package_data = False
package_dir =
= src
packages = find:
python_requires = >=3.8, <3.12
setup_requires =
setuptools
wheel
[options.packages.find]
where = src