Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
drupchen committed Nov 19, 2019
1 parent c4630f9 commit 7956250
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,18 @@ A pip installable version of RDRPOSTagger with Tibetan-specific changes.
- Check the [modifications](https://github.com/Esukhia/bordr/blob/master/CHANGELOG.md) implemented in this repo.
- See [rdr-data](https://github.com/Esukhia/rdr-data) for RDR models for Tibetan.
- See [usage.py](https://github.com/Esukhia/bordr/blob/master/usage.py) for the programmatic interface available in bordr

### Maintenance

Build the source dist:

```bash
rm -rf dist/
python3 setup.py clean sdist
```

and upload on twine (version >= `1.11.0`) with:

```bash
twine upload dist/*
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def read(fname):
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Natural Language :: Tibetan",
],
package_data={},
Expand Down

0 comments on commit 7956250

Please sign in to comment.