File tree Expand file tree Collapse file tree 5 files changed +8673
-7687
lines changed Expand file tree Collapse file tree 5 files changed +8673
-7687
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source code
77raylib is licensed under an unmodified zlib/libpng license, which is an OSI-certified,
88BSD-like license that allows static linking with closed source software:
99
10- Copyright (c) 2013-2016 Ramon Santamaria (@raysan5 )
10+ Copyright (c) 2013-2023 Ramon Santamaria (@raysan5 )
1111
1212This software is provided "as-is", without any express or implied warranty. In no event
1313will the authors be held liable for any damages arising from the use of this software.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Raylib-py LICENSE
22
33The MIT License
44
5- Copyright (c) 2022 Jorge A. Gomes
5+ Copyright (c) 2023 Jorge A. Gomes
66
77Permission is hereby granted, free of charge, to any person obtaining a copy
88of this software and associated documentation files (the "Software"), to deal
@@ -24,7 +24,7 @@ SOFTWARE.
2424
2525C Raylic License
2626
27- Copyright (c) 2013-2022 Ramon Santamaria (@raysan5)
27+ Copyright (c) 2013-2023 Ramon Santamaria (@raysan5)
2828
2929This software is provided "as-is", without any express or implied warranty. In no event
3030will the authors be held liable for any damages arising from the use of this software.
Original file line number Diff line number Diff line change 1- include src\raylibpy\bin\32bit\*.dylib
2- include src\raylibpy\bin\32bit\*.dll
3- include src\raylibpy\bin\32bit\libraylib.so.4.2.0
4- include src\raylibpy\bin\64bit\*.dylib
5- include src\raylibpy\bin\64bit\*.dll
6- include src\raylibpy\bin\64bit\libraylib.so.4.2.0
1+ include src\raylibpy\bin\32bit\libraylib.5.0.0.dylib
2+ include src\raylibpy\bin\32bit\raylib.dll
3+ include src\raylibpy\bin\32bit\libraylib.so.5.0.0
4+ include src\raylibpy\bin\64bit\libraylib.5.0.0.dylib
5+ include src\raylibpy\bin\64bit\raylib.dll
6+ include src\raylibpy\bin\64bit\libraylib.so.5.0.0
7+ include src\raylibpy\easings.py
8+ include DOCS.md
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " raylib-py"
7- version = " 4.2 .0"
7+ version = " 5.0 .0"
88authors = [
99 { name =" Jorge A. Gomes" , email =" jorgegomes83@protonmail.com" },
1010]
11- description = " A simple and easy-to-use library to enjoy videogames programming (written in C)"
11+ description = " A simple and easy-to-use library to enjoy videogames programming (written in C, wrapped with ctypes )"
1212readme = " README.md"
1313requires-python = " >=3.3"
1414classifiers = [
You can’t perform that action at this time.
0 commit comments