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