-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
33 lines (30 loc) · 920 Bytes
/
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
[metadata]
name = justbytes
author = Anne Mulhern
author_email = [email protected]
url = https://github.com/mulkieran/justbytes
description = "computing with and displaying bytes"
license = LGPL-2.1-or-later
long_description = file: README.rst
long_description_content_type = text/x-rst
version = attr: justbytes.version.__version__
platforms =
Linux
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries
Topic :: System :: Hardware
Topic :: System :: Operating System Kernels :: Linux
[options]
install_requires =
justbases>=0.13
package_dir =
=src
packages =
justbytes