fix url and increase version
This commit is contained in:
parent
7358e3bb50
commit
46e2516047
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ Homepage = "https://repos.susurrando.com/adelgado/imap_filter.git"
|
|||
|
||||
[project]
|
||||
name = "imap_filter"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
description = "IMAP filter tool"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = imap_filter
|
||||
version = 0.0.1
|
||||
version = 0.0.2
|
||||
|
||||
[options]
|
||||
packages = imap_filter
|
||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setuptools.setup(
|
|||
version=config['metadata']['version'],
|
||||
name=config['metadata']['name'],
|
||||
author_email="ad@susurrando.com",
|
||||
url="__url__",
|
||||
url="https://repos.susurrando.com/adelgado/imap_filter.git",
|
||||
description="IMAP filter tool",
|
||||
long_description="README.md",
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Loading…
Reference in a new issue