blob: cf963ccc3a5d2fb3135f44a3af2f4f9887e13755 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "locusts-r-us"
version = "1.0.0"
authors = [
{ name = "Matt Strapp", email = "matt+locusts@mattstrapp.net"}
]
description = "A Python package that introduces locusts into your codebase"
readme = "docs/Python.md"
classifiers = [
"Programming Language :: Python",
"License :: OSI Approved :: Zero-Clause BSD (0BSD)",
"Operating System :: OS Independent"
]
|