Put options in the right section

Maybe it doesn't matter but the d ocs say most of these are metadata.
This commit is contained in:
Jean-Paul Calderone 2022-12-14 09:16:54 -05:00
parent f766703948
commit 6025221a49

View File

@ -1,8 +1,6 @@
# https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#declarative-config
[metadata]
name = tahoe-lafs
[options]
description = secure, decentralized, fault-tolerant file store
long_description = file: README.rst
author = the Tahoe-LAFS project
@ -13,6 +11,8 @@ project_urls =
source=https://github.com/tahoe-lafs/tahoe-lafs
classifiers = file: CLASSIFIERS.txt
license_files = COPYING.GPL, COPYING.TGPPL.rst
[options]
# tell setuptools to find our package source files automatically
packages = find:
# find packages beneath the src directory