-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (23 loc) · 697 Bytes
/
setup.cfg
File metadata and controls
25 lines (23 loc) · 697 Bytes
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
[metadata]
name = fd.partialdate
version = 0
license_files = LICENSE.rst
author = Fred Drake
author_email = fred@fdrake.net
url = https://github.com/freddrake/fd.partialdate
description = Library for partial date values
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
namespace_packages = fd
packages = fd.partialdate
package_dir =
= src