Remove nested directory: BitTransformerLM/pyproject.toml
Browse files
BitTransformerLM/pyproject.toml
DELETED
|
@@ -1,18 +0,0 @@
|
|
| 1 |
-
[build-system]
|
| 2 |
-
requires = ["setuptools>=67", "wheel"]
|
| 3 |
-
build-backend = "setuptools.build_meta"
|
| 4 |
-
|
| 5 |
-
[project]
|
| 6 |
-
name = "bit-transformer"
|
| 7 |
-
version = "0.1.0"
|
| 8 |
-
description = "Bit-based transformer language model nearing v1 release with telemetry"
|
| 9 |
-
readme = "README.md"
|
| 10 |
-
requires-python = ">=3.10"
|
| 11 |
-
license = {text = "All Rights Reserved"}
|
| 12 |
-
authors = [{name = "WCNegentropy"}]
|
| 13 |
-
|
| 14 |
-
[project.urls]
|
| 15 |
-
Homepage = "https://example.com"
|
| 16 |
-
|
| 17 |
-
[tool.setuptools.packages.find]
|
| 18 |
-
include = ["bit_transformer"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|