blob: d1de38d5b6e4566b1c4cc01b546a3405a3bb7cfe (
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 = "0.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"
]
|