Skip to content

Commit

Permalink
chore: Improve configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmo00 committed Dec 25, 2023
1 parent ac5fa0a commit e9875dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
requires = [
"setuptools>=42",
"wheel",
"Flask"
]
build-backend = "setuptools.build_meta"

Expand Down
7 changes: 5 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Flask-Status
version = 0.0.1
version = 1.0.0
author = Nwafor Emmanuel
author_email = [email protected]
description = Add status ping route to your Flask Server
Expand All @@ -11,8 +11,11 @@ classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keywords = flask ping, status ping, status, ping, flask

[options]
packages = find:
python_requires = >=3.7
include_package_data = True
include_package_data = True
install_requires =
flask

0 comments on commit e9875dd

Please sign in to comment.