generated from ThalesGroup/template-project
-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
33 lines (30 loc) · 1.01 KB
/
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
# -*- coding: utf-8 -*-
# Copyright © 2022 Thales. All Rights Reserved.
# NOTICE: This file is subject to the license agreement defined in file 'LICENSE', which is part of
# this source code package.
[metadata]
name = kesslergame
version = attr: kesslergame.__version__
url = https://github.com/ThalesGroup/kessler-game
author = Zachariah Phillips
author_email = [email protected]
maintainer = Timothy Arnett
maintainer_email = [email protected]
description = Asteroids game simulation environment for ML and AI applications
long_description = file: README.md
keywords = artificial intelligence, asteroids, machine learning
license = Apache 2.0 License
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Artificial Intelligence
Operating System :: OS Independent
[options]
zip_safe = True
package_dir=
= src
packages = find:
include_package_data = True
python_requires = >=3.10
[options.packages.find]
where=src