Fix Docker build: copy src before pip install, update license format
This commit is contained in:
@@ -7,7 +7,7 @@ name = "guardden"
|
||||
version = "0.1.0"
|
||||
description = "A comprehensive Discord moderation bot with AI-powered content filtering"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
license = "MIT"
|
||||
requires-python = ">=3.11"
|
||||
authors = [
|
||||
{name = "GuardDen Team"}
|
||||
@@ -15,7 +15,6 @@ authors = [
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user