cellarspoon
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
2 changed files with
2 additions and
2 deletions
-
pyproject.toml
-
setup.py
|
@ -1,6 +1,6 @@ |
|
|
[tool.poetry] |
|
|
[tool.poetry] |
|
|
name = "temp-index" |
|
|
name = "temp-index" |
|
|
version = "0.2.0" |
|
|
version = "0.3.0" |
|
|
description = "" |
|
|
description = "" |
|
|
authors = ["automatist", "simoon", "decentral1se"] |
|
|
authors = ["automatist", "simoon", "decentral1se"] |
|
|
|
|
|
|
|
|
|
@ -8,7 +8,7 @@ install_requires = \ |
|
|
|
|
|
|
|
|
setup_kwargs = { |
|
|
setup_kwargs = { |
|
|
'name': 'temp-index', |
|
|
'name': 'temp-index', |
|
|
'version': '0.2.0', |
|
|
'version': '0.3.0', |
|
|
'description': '', |
|
|
'description': '', |
|
|
'long_description': None, |
|
|
'long_description': None, |
|
|
'author': 'automatist', |
|
|
'author': 'automatist', |
|
|