Skip to content

Commit bad3dcf

Browse files
author
Jorge A. Gomes
committed
new release
1 parent 530f17c commit bad3dcf

File tree

5 files changed

+8673
-7687
lines changed

5 files changed

+8673
-7687
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source code
77
raylib is licensed under an unmodified zlib/libpng license, which is an OSI-certified,
88
BSD-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

1212
This software is provided "as-is", without any express or implied warranty. In no event
1313
will the authors be held liable for any damages arising from the use of this software.

LICENSE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Raylib-py LICENSE
22

33
The MIT License
44

5-
Copyright (c) 2022 Jorge A. Gomes
5+
Copyright (c) 2023 Jorge A. Gomes
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal
@@ -24,7 +24,7 @@ SOFTWARE.
2424

2525
C Raylic License
2626

27-
Copyright (c) 2013-2022 Ramon Santamaria (@raysan5)
27+
Copyright (c) 2013-2023 Ramon Santamaria (@raysan5)
2828

2929
This software is provided "as-is", without any express or implied warranty. In no event
3030
will the authors be held liable for any damages arising from the use of this software.

MANIFEST.in

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "raylib-py"
7-
version = "4.2.0"
7+
version = "5.0.0"
88
authors = [
99
{ name="Jorge A. Gomes", email="[email protected]" },
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)"
1212
readme = "README.md"
1313
requires-python = ">=3.3"
1414
classifiers = [

0 commit comments

Comments
 (0)