Commit f6f00b9e authored by rusty1s's avatar rusty1s
Browse files

american english

parent 77eaadce
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
This package consists of a small extension library of highly optimised graph cluster algorithms for the use in [PyTorch](http://pytorch.org/). This package consists of a small extension library of highly optimized graph cluster algorithms for the use in [PyTorch](http://pytorch.org/).
The package consists of the following clustering algorithms: The package consists of the following clustering algorithms:
* **[Graclus](#graclus)** * **[Graclus](#graclus)**
......
...@@ -12,7 +12,7 @@ tests_require = ['pytest', 'pytest-cov'] ...@@ -12,7 +12,7 @@ tests_require = ['pytest', 'pytest-cov']
setup( setup(
name='torch_cluster', name='torch_cluster',
version=__version__, version=__version__,
description='PyTorch Extension Library of Optimised Graph Cluster ' description='PyTorch Extension Library of Optimized Graph Cluster '
'Algorithms', 'Algorithms',
author='Matthias Fey', author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de', author_email='matthias.fey@tu-dortmund.de',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment