Skip to content

Commit

Permalink
[PYPROJECT.TOML]
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 13, 2024
1 parent 5c06040 commit 0fcd1d9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
Empty file added dotai/__init__.py
Empty file.
File renamed without changes.
24 changes: 14 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,35 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "paper"
name = "dotai"
version = "0.0.1"
description = "Paper - Pytorch"
description = "DotAI - Natural Language Programming Language"
license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"]
homepage = "https://github.com/kyegomez/paper"
documentation = "https://github.com/kyegomez/paper" # Add this if you have documentation.
homepage = "https://github.com/The-Swarm-Corporation/.ai"
documentation = "https://github.com/The-Swarm-Corporation/.ai" # Add this if you have documentation.
readme = "README.md" # Assuming you have a README.md
repository = "https://github.com/kyegomez/paper"
keywords = ["artificial intelligence", "deep learning", "optimizers", "Prompt Engineering"]
repository = "https://github.com/The-Swarm-Corporation/.ai"
keywords = ["artificial intelligence", "deep learning", "natural language processing", "prompt engineering"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9"
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[tool.poetry.dependencies]
python = "^3.10"
swarms = "*"
zetascale = "*"
loguru = "*"
swarm-models = "*"
python-dotenv = "*"


[tool.poetry.dev-dependencies]
# Add development dependencies here


[tool.poetry.group.lint.dependencies]
Expand Down

0 comments on commit 0fcd1d9

Please sign in to comment.