diff --git a/packages/pyo3/Cargo.toml b/packages/pyo3/Cargo.toml index bcf7bea..976e877 100644 --- a/packages/pyo3/Cargo.toml +++ b/packages/pyo3/Cargo.toml @@ -10,7 +10,7 @@ description = "This module exists to provide a python interface to native code f maintainer = "Dwayne Pryce" maintainer-email = "dwpryce@microsoft.com" requires-python = ">=3.6,<=3.9" -project-url = ["https://github.com/microsoft/graspologic-native", "https://github.com/microsoft/graspologic"] +project-url = ["Github, https://github.com/microsoft/graspologic-native", "Graspologic, https://github.com/microsoft/graspologic"] classifier = ["Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering :: Mathematics"] [lib]