1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 14:31:05 +02:00
trexio/setup.cfg
q-posev 5b7030fca1 [WIP] make a test release on TestPyPi
currently does not link to existing setup.py
2021-07-28 10:30:23 +02:00

24 lines
517 B
INI

[metadata]
name = pytrexio666
version = 0.1
author = TREX-CoE
description = Python API of the TREXIO library
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/TREX-CoE/trexio
project_urls =
Bug Tracker = https://github.com/TREX-CoE/trexio/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src