diff --git a/packages/pyo3/Cargo.toml b/packages/pyo3/Cargo.toml index 55f7d61..bcf7bea 100644 --- a/packages/pyo3/Cargo.toml +++ b/packages/pyo3/Cargo.toml @@ -4,15 +4,11 @@ version = "0.1.0" authors = ["dwpryce@microsoft.com"] edition = "2018" license = "MIT" -description = "" +description = "This module exists to provide a python interface to native code for Windows, MacOS, and Linux from Python 3.6 to 3.9. Currently, it provides a native implementation of the Leiden global partitioning algorithm. It is advised you use the API through graspologic, as pythonic syntactic sugar has been added to make it more ergonomic for use." [package.metadata.maturin] -author = "Dwayne Pryce" -author-email = "dwpryce@microsoft.com" -summary = "A native companion module for the graspologic project" -description = "This module exists to provide a python interface to native code for Windows, MacOS, and Linux from Python 3.6 to 3.9. Currently, it provides a native implementation of the Leiden global partitioning algorithm. It is advised you use the API through graspologic, as pythonic syntactic sugar has been added to make it more ergonomic for use." -home-page = "https://github.com/microsoft/graspologic-native" -license = "MIT" +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"] 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"]