Skip to content

Commit

Permalink
I used some python core metadata keys that I expected maturin to make…
Browse files Browse the repository at this point in the history
… use of, but it would not. So I'm using what it will and hoping the rest are pulled from the Cargo.toml instead.
  • Loading branch information
Dwayne Pryce committed Nov 2, 2020
1 parent 8a1305b commit b19e13f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/pyo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit b19e13f

Please sign in to comment.