Skip to content

Commit eb675be

Browse files
committed
Added easings.py, translated from the easings.h header file.
1 parent db84739 commit eb675be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
#
127127
# py_modules=["my_module"],
128128
#
129-
#packages=find_packages(exclude=['contrib', 'docs', 'tests']), # Required
129+
packages=['raylibpy'], # Required
130130

131131
# This field lists other packages that your project depends on to run.
132132
# Any package you put here will be installed by pip when your project is

0 commit comments

Comments
 (0)