Skip to content

Commit f1d72a7

Browse files
committed
202511115_01-Update
- Minor typo changes and TOML file update.
1 parent d3d2136 commit f1d72a7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ dependencies = [
1313
"rich>=13.7"
1414
]
1515

16+
[project.urls]
17+
Homepage = "https://github.com/unixwzrd/UnicodeFix"
18+
Repository = "https://github.com/unixwzrd/UnicodeFix"
19+
Changelog = "https://github.com/unixwzrd/UnicodeFix/blob/main/CHANGELOG.md"
20+
Documentation = "https://github.com/unixwzrd/UnicodeFix/blob/main/docs/cleanup-text.md"
21+
1622
[project.optional-dependencies]
1723
nlp = ["nltk>=3.9"]
1824

setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$!/bin/bash
1+
#!/usr/bin/env bash
22

33
python -m venv venv
44
source venv/bin/activate
@@ -14,14 +14,14 @@ fi
1414
# Source the .bashrc file to add the necessary items to the PATH
1515
source ~/.bashrc
1616

17-
echo "You will need to install teh package using pip as described in the README.md file. Additional information is in the README.md file for more features of the package."
17+
echo "You will need to install the package using pip as described in the README.md file. Additional information is in the README.md file for more features of the package."
1818
echo ""
1919
echo "Quick Start - simply run the following command and it will install the package and make it available to use:"
2020
echo "pip install ."
2121
echo ""
2222
echo "If you wish to do development, or want to use the package in your own projects, use the following command:"
2323
echo "pip install -e ."
2424
echo ""
25-
echo "if you wish to use teh optional NLTK analytics, install the following optional extras for current and future NLP metrics:"
25+
echo "If you wish to use the optional NLTK analytics, install the following optional extras for current and future NLP metrics:"
2626
echo "pip install .[nlp]"
2727
echo ""

0 commit comments

Comments
 (0)