v1.0.46: Project metadata update
This commit is contained in:
parent
f477acd7b0
commit
a304b58835
4 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,8 @@
|
|||
# Firepup650
|
||||
Package containing various shorthand things I use, and a few imports I almost always use
|
||||
### Change log:
|
||||
#### v.1.0.46:
|
||||
Project metadata update
|
||||
#### v.1.0.45:
|
||||
Added an explode function (dangerous!!)
|
||||
#### v.1.0.44:
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Firepup650
|
||||
Package containing various shorthand things I use, and a few imports I almost always use
|
||||
### Change log:
|
||||
#### v.1.0.46:
|
||||
Project metadata update
|
||||
#### v.1.0.45:
|
||||
Added an explode function (dangerous!!)
|
||||
#### v.1.0.44:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[tool.poetry]
|
||||
name = "firepup650"
|
||||
version = "1.0.45"
|
||||
authors = ["Firepup650 <firepyp650@gmail.com>"]
|
||||
version = "1.0.46"
|
||||
authors = ["Firepup650 <firepup650@firepup650.com>"]
|
||||
description = "Package containing various shorthand things I use, and a few imports I almost always use"
|
||||
readme = "README.md"
|
||||
classifiers = [
|
||||
|
@ -14,10 +14,9 @@ classifiers = [
|
|||
"Natural Language :: English",
|
||||
]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/F1repup650/firepup650-PYPI"
|
||||
repository = "https://git.h.hackclub.app/Firepup650/firepup-py-package"
|
||||
[tool.poetry.urls]
|
||||
"Bug Tracker" = "https://github.com/F1repup650/firepup650-PYPI/issues"
|
||||
Replit = "https://replit.com/@Firepup650/firepup650-PYPI-Package"
|
||||
"Bug Tracker" = "https://git.h.hackclub.app/Firepup650/firepup-py-package/issues"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
|
|
|
@ -41,8 +41,8 @@ def alias(func):
|
|||
return decorator
|
||||
|
||||
|
||||
__VERSION__ = "1.0.45"
|
||||
__NEW__ = "Added an explode function (dangerous!!)"
|
||||
__VERSION__ = "1.0.46"
|
||||
__NEW__ = "Project metadata update"
|
||||
__LICENSE__ = "MIT"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue