mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31: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 scripts
|
||||
include doc/style.css
|
||||
include samples/opengl.py
|
||||
include samples/sound.py
|
||||
include samples/sound_capture.py
|
||||
include samples/sound_stream.py
|
||||
include samples/worm.py
|
||||
graft samples/data
|
||||
graft doc
|
||||
graft samples
|
||||
|
||||
|
@ -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
|
||||
|
||||
setup(name='PySFML',
|
||||
version='1.5',
|
||||
version='1.6',
|
||||
description='Python binding for SFML (Simple and Fast Multimedia Library)',
|
||||
author='Rémi Koenig',
|
||||
author_email='remi.k2620@gmail.com',
|
||||
|
@ -281,7 +281,7 @@ initsf(void)
|
||||
Py_INCREF(&PySfListenerType);
|
||||
PyModule_AddObject(m, "Listener", (PyObject *)&PySfListenerType);
|
||||
|
||||
PyModule_AddStringConstant(m, "Version", "1.5");
|
||||
PyModule_AddStringConstant(m, "Version", "1.6");
|
||||
|
||||
PySfColor_InitConst();
|
||||
PySfKey_InitConst();
|
||||
|
Loading…
Reference in New Issue
Block a user