mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Removed unneeded files, changed pysfml's trunk version to 1.6
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1134 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
b0857ce6e2
commit
b92c80ce4f
@ -1,10 +1,5 @@
|
|||||||
graft src
|
graft src
|
||||||
graft scripts
|
graft scripts
|
||||||
include doc/style.css
|
graft doc
|
||||||
include samples/opengl.py
|
graft samples
|
||||||
include samples/sound.py
|
|
||||||
include samples/sound_capture.py
|
|
||||||
include samples/sound_stream.py
|
|
||||||
include samples/worm.py
|
|
||||||
graft samples/data
|
|
||||||
|
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
Metadata-Version: 1.0
|
|
||||||
Name: PySFML
|
|
||||||
Version: 1.5
|
|
||||||
Summary: Python binding for SFML (Simple and Fast Multimedia Library)
|
|
||||||
Home-page: http://sfml.sourceforge.net/
|
|
||||||
Author: Rémi Koenig
|
|
||||||
Author-email: remi.k2620@gmail.com
|
|
||||||
License: zlib/png
|
|
||||||
Description: UNKNOWN
|
|
||||||
Platform: UNKNOWN
|
|
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
from distutils.core import setup, Extension
|
from distutils.core import setup, Extension
|
||||||
|
|
||||||
setup(name='PySFML',
|
setup(name='PySFML',
|
||||||
version='1.5',
|
version='1.6',
|
||||||
description='Python binding for SFML (Simple and Fast Multimedia Library)',
|
description='Python binding for SFML (Simple and Fast Multimedia Library)',
|
||||||
author='Rémi Koenig',
|
author='Rémi Koenig',
|
||||||
author_email='remi.k2620@gmail.com',
|
author_email='remi.k2620@gmail.com',
|
||||||
|
@ -281,7 +281,7 @@ initsf(void)
|
|||||||
Py_INCREF(&PySfListenerType);
|
Py_INCREF(&PySfListenerType);
|
||||||
PyModule_AddObject(m, "Listener", (PyObject *)&PySfListenerType);
|
PyModule_AddObject(m, "Listener", (PyObject *)&PySfListenerType);
|
||||||
|
|
||||||
PyModule_AddStringConstant(m, "Version", "1.5");
|
PyModule_AddStringConstant(m, "Version", "1.6");
|
||||||
|
|
||||||
PySfColor_InitConst();
|
PySfColor_InitConst();
|
||||||
PySfKey_InitConst();
|
PySfKey_InitConst();
|
||||||
|
Loading…
Reference in New Issue
Block a user