diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7fd26b9..cf963cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,17 @@ [build-system] requires = ["setuptools"] -build-backend = "setuptools.build_meta"
\ No newline at end of file +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" +]
\ No newline at end of file |