Skip to content

Commit

Permalink
chore(environment): update for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
SolardiaX committed Feb 18, 2021
1 parent 9ebbe53 commit 8bb81e0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Flask-Identity
:target: https://flask-identity.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

Quickly add security features to your Flask application.
A lightweight extension & library to security Flask applications quickly and simply.

About Flask-Identity
------------------
Expand Down
26 changes: 24 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,33 @@ default = true
[tool.poetry]
name = "Flask-Identity"
version = "1.0.0"
description = "An api based identity framework for Flask"
description = "A lightweight extension & library to security Flask applications quickly and simply."
authors = ["SolardiaX <[email protected]>"]
maintainers = ["SolardiaX <[email protected]>"]
license = "MIT"
readme="README.rst"
repository="https://github.com/SolardiaX/flask-identity"
homepage="https://github.com/SolardiaX/flask-identity"
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Flask",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security",
"Topic :: Utilities",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
]
include = [
"LICENSE.rst"
]

[tool.poetry.dependencies]
python = "^3.6"
Expand All @@ -22,7 +45,6 @@ flask-wtf = "^0.14.3"
[tool.poetry.dev-dependencies]
flask-sqlalchemy = "^2.4.4"
sphinx = "^3.5.1"
sphinx-press-theme = "^0.5.1"
flask-sphinx-themes = "^1.0.2"
pallets-sphinx-themes = "^1.2.3"
sphinx-issues = "^1.2.0"
Expand Down

0 comments on commit 8bb81e0

Please sign in to comment.