Skip to content

Commit

Permalink
Update package metadata for publishing to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dancergraham committed Jun 1, 2023
1 parent 3942cbc commit a95137d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "e57-python"
version = "0.1.0-alpha"
version = "0.1.0-a1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ build-backend = "maturin"

[project]
name = "e57"
description = "E57 is a compact, non-proprietary point cloud format that's defined by the ASTM E2807 standard. This format is widely adopted by 3D design applications."
authors = [
{ name = "Graham Knapp", email = "[email protected]" }
]
requires-python = ">=3.7"
keywords = ["pointcloud"]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit a95137d

Please sign in to comment.