Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 225cfd1

Browse files
TheProtocols 4.0
1 parent 3a64924 commit 225cfd1

File tree

2 files changed

+6
-58
lines changed

2 files changed

+6
-58
lines changed

LICENSE

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -455,50 +455,4 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
455455
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456456
DAMAGES.
457457

458-
END OF TERMS AND CONDITIONS
459-
460-
How to Apply These Terms to Your New Libraries
461-
462-
If you develop a new library, and you want it to be of the greatest
463-
possible use to the public, we recommend making it free software that
464-
everyone can redistribute and change. You can do so by permitting
465-
redistribution under these terms (or, alternatively, under the terms of the
466-
ordinary General Public License).
467-
468-
To apply these terms, attach the following notices to the library. It is
469-
safest to attach them to the start of each source file to most effectively
470-
convey the exclusion of warranty; and each file should have at least the
471-
"copyright" line and a pointer to where the full notice is found.
472-
473-
<one line to give the library's name and a brief idea of what it does.>
474-
Copyright (C) <year> <name of author>
475-
476-
This library is free software; you can redistribute it and/or
477-
modify it under the terms of the GNU Lesser General Public
478-
License as published by the Free Software Foundation; either
479-
version 2.1 of the License, or (at your option) any later version.
480-
481-
This library is distributed in the hope that it will be useful,
482-
but WITHOUT ANY WARRANTY; without even the implied warranty of
483-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
484-
Lesser General Public License for more details.
485-
486-
You should have received a copy of the GNU Lesser General Public
487-
License along with this library; if not, write to the Free Software
488-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
489-
USA
490-
491-
Also add information on how to contact you by electronic and paper mail.
492-
493-
You should also get your employer (if you work as a programmer) or your
494-
school, if any, to sign a "copyright disclaimer" for the library, if
495-
necessary. Here is a sample; alter the names:
496-
497-
Yoyodyne, Inc., hereby disclaims all copyright interest in the
498-
library `Frob' (a library for tweaking knobs) written by James Random
499-
Hacker.
500-
501-
<signature of Ty Coon>, 1 April 1990
502-
Ty Coon, President of Vice
503-
504-
That's all there is to it!
458+
END OF TERMS AND CONDITIONS

pyproject.toml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@ description = "Official SDK for BevyFrame the Web Framework"
55
readme = "README.md"
66
license = {text = "LGPL-2.1"}
77
maintainers = [{name = "Çağan Mert İŞLEK", email = "[email protected]"}]
8-
classifiers = [
9-
"Environment :: Web Environment",
10-
"Intended Audience :: Developers",
11-
"License :: OSI Approved :: LGPL-2.1 License",
12-
"Operating System :: OS Independent",
13-
"Programming Language :: Python",
14-
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
15-
"Topic :: Internet :: WWW/HTTP :: Application",
16-
"Topic :: Software Development :: Libraries :: Application Frameworks",
8+
requires-python = ">=3.12"
9+
dependencies = [
10+
"TheProtocols==4.0.0",
11+
"markupsafe==3.0.2",
12+
"jinja2==3.1.6"
1713
]
18-
requires-python = ">=3.9"
19-
dependencies = ["TheProtocols==3.1.0.2", "markupsafe==3.0.2", "jinja2==3.1.6"]
2014

2115
[project.urls]
2216
Homepage = "https://bevyframe.islekcaganmert.me"

0 commit comments

Comments
 (0)