Skip to content

Commit

Permalink
(chore) updated tags, developer toolchain docs +more
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Mar 30, 2024
1 parent b4580bd commit a80b212
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ In short, avro.py doesn't depend on any third-party libraries. However, if you'd

```bash
# Installing the required developer toolchain.
$ python3 -m pip install pytest ruff
$ python3 -m pip install -r requirements.txt

# Running pytest.
$ python3 -m pytest --verbose
# (Optional) Setting up the package itself for testing purposes.
$ python3 setup.py develop

# The results should appear onwards.
# The --verbose / -v flag is used to show all the test results in detail.
# Running the predetermined tests inside the project.
$ python3 -m pytest --verbose
```

### 🐛 We're looking for bug hunters, by the way!
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
click>=8.1.7
pytest>=8.1.1
ruff>=0.3.4
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@
python_requires='>=3.8',
keywords=[
'python',
'phonetics',
'avro',
'avro phonetic',
'bangla',
'bangla phonetics',
'bengali',
'bengali phonetics',
'transliteration',
],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit a80b212

Please sign in to comment.