- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
Latest commit
27 lines (23 loc) · 670 Bytes
/
Copy pathsetup.cfg
File metadata and controls
27 lines (23 loc) · 670 Bytes
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
[metadata]
name = PythonToSW
version = file: VERSION
author = Cuh4
description = A package that allows you to create addons in Stormworks with Python, handled through HTTP.
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache License 2.0
url = https://pythontosw.cuhhub.com/
project_urls =
Source = https://github.com/Cuh4/PythonToSW
Documentation = https://pythontosw.cuhhub.com/
[options]
package_dir =
= src
packages = find:
install_requires = file: requirements.txt
python_requires = >=3.10
include_package_data = True
[options.packages.find]
where = src
[options.package_data]
* = src/PythonToSW/addon/*