Skip to content

Commit a4b6cf0

Browse files
committed
Align README tail sections and trim pyproject config
1 parent d4ca943 commit a4b6cf0

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,16 +305,16 @@ Please see our [Contributing Guide](https://docs.ultralytics.com/help/contributi
305305

306306
[![Ultralytics open-source contributors](https://raw.githubusercontent.com/ultralytics/assets/main/im/image-contributors.png)](https://github.com/ultralytics/ultralytics/graphs/contributors)
307307

308-
## 📝 License
308+
## 📄 License
309309

310310
Ultralytics provides two licensing options to accommodate different use cases:
311311

312312
- **AGPL-3.0 License**: Ideal for students and enthusiasts, this [OSI-approved](https://opensource.org/license/agpl-3.0) open-source license promotes collaboration and knowledge sharing. See the [LICENSE](https://github.com/ultralytics/CLIP/blob/main/LICENSE) file for details.
313313
- **Enterprise License**: Designed for commercial applications, this license allows for the integration of Ultralytics software and AI models into commercial products and services. For more information, visit [Ultralytics Licensing](https://www.ultralytics.com/license).
314314

315-
## 📬 Contact Us
315+
## 📮 Contact
316316

317-
If you encounter bugs, have feature requests, or wish to contribute, please visit [GitHub Issues](https://github.com/ultralytics/CLIP/issues). For broader discussions and questions about Ultralytics projects, join our vibrant community on [Discord](https://discord.com/invite/ultralytics)!
317+
If you encounter bugs, have feature requests, or wish to contribute, please visit [GitHub Issues](https://github.com/ultralytics/ultralytics/issues). For broader discussions and questions about Ultralytics projects, join our vibrant community on [Discord](https://discord.com/invite/ultralytics)!
318318

319319
<br>
320320
<div align="center">

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ dev = ["pytest"] # Testing framework for Python
3030

3131
[tool.setuptools]
3232
# Module and package configuration
33-
py-modules = ["clip"] # The main CLIP module
3433
packages = {find = {exclude = ["tests*"]}} # Auto-discover packages but exclude tests
3534
include-package-data = true # Include non-Python files specified in MANIFEST.in
3635

3736
[tool.codespell]
38-
ignore-words-list = "whet,grey,writeable,finalY,RepResNet,Idenfy,WIT,Smoot,EHR,ROUGE,ALS,iTerm,Carmel,FPR,Hach,Calle,ore,COO,MOT,crate,nd,ned,strack,dota,ane,segway,fo,gool,winn,commend,bloc,nam,afterall,skelton,goin"
39-
skip = "Interacting_with_CLIP.ipynb,clip*.txt,clip*.json,*.pt,*.pth,*.torchscript,*.onnx,*.tflite,*.pb,*.bin,*.param,*.mlmodel,*.engine,*.npy,*.data*,*.csv,*pnnx*,*venv*,*translat*,*lock*,__pycache__*,*.ico,*.jpg,*.png,*.webp,*.avif,*.mp4,*.mov,/runs,/.git,./docs/??/*.md,./docs/mkdocs_??.yml"
37+
ignore-words-list = "whet" # "Northern Saw whet Owl" class name in data/prompts.md
38+
skip = "./clip/bpe_simple_vocab_16e6.txt.gz,./notebooks/Interacting_with_CLIP.ipynb" # Vendored BPE vocab, notebook with embedded image output

0 commit comments

Comments
 (0)