Skip to content

Commit a822353

Browse files
authored
Update project links (#5)
1 parent 01796f3 commit a822353

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ It can be installed from Pypi with:
77
pip install rxn-opennmt-py
88
```
99

10+
Links:
11+
* [GitHub repository](https://github.com/rxn4chemistry/OpenNMT-py)
12+
* [PyPI package](https://pypi.org/project/rxn-opennmt-py/)
13+
1014
## OpenNMT-py
1115

1216
This is a [Pytorch](https://github.com/pytorch/pytorch)

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
packages=find_packages(),
1717
project_urls={
1818
"Documentation": "http://opennmt.net/OpenNMT-py/",
19-
"Forum": "http://forum.opennmt.net/",
20-
"Gitter": "https://gitter.im/OpenNMT/OpenNMT-py",
21-
"Source": "https://github.com/OpenNMT/OpenNMT-py/",
19+
"Source": "https://github.com/rxn4chemistry/OpenNMT-py/",
2220
},
2321
install_requires=[
2422
"six",

0 commit comments

Comments
 (0)