JEPL/setup.cfg
2023-11-22 10:32:45 -04:00

29 lines
No EOL
814 B
INI

[metadata]
name = jepl
version = 0.1
description = A Library for Elecrical Engineeing
long_description = file: readme.md
url = https://www.jmkengineering.com
author = Jeff MacKinnon
author_email = jeff@jmkengineering.com
license = GNU-AFFERO
classifiers =
Intended Audience :: Developers
License :: GNU AFFERO
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
include_package_data = true
packages = find:
python_requires = >=3.8
install_requires =
Numpy
Pandas