Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
msanders committed Jul 27, 2023
1 parent 0ebaf9c commit a98bb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "autopy"
version = "0.1.0"
authors = ["Michael Sanders <michael.sanders@fastmail.com>"]
authors = ["Michael Sanders <crates@michaelsande.rs>"]

[lib]
## Python extension modules should be compiled as 'cdylib'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main():
name='autopy',
version=expand_version(version),
author=author,
author_email='michael.sanders@fastmail.com',
author_email='pypi@michaelsande.rs',
description=description,
long_description=read_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a98bb75

Please sign in to comment.