Skip to content
Snippets Groups Projects
Commit 9b05e494 authored by nimrod's avatar nimrod
Browse files

Added source directory as git sub-module. Added README.rst. Don't delete pyc files when cleaning.

parent ab51f5fc
No related branches found
No related tags found
No related merge requests found
[submodule "source"]
path = source
url = http://git.videolan.org/git/vlc/bindings/python.git
python-vlc
==========
Python binding for libvlc.
todo
----
- Add requirements.txt if needed.
- Migrate from fabfile to Makefile (remove git actions).
- Add LGPL v2.1 or later license.
- Add setuptools, make repo pip installable.
- Add testing (unit on different virutal environments, perhaps use tox).
- Investigate better Debian packaging.
...@@ -21,7 +21,6 @@ def clean (): ...@@ -21,7 +21,6 @@ def clean ():
local ('''rm -r debian/python3-vlc.substvars debian/python3-vlc.prerm.debhelper\ local ('''rm -r debian/python3-vlc.substvars debian/python3-vlc.prerm.debhelper\
debian/python3-vlc.postinst.debhelper debian/python3-vlc.debhelper.log\ debian/python3-vlc.postinst.debhelper debian/python3-vlc.debhelper.log\
debian/python3-vlc debian/files''') debian/python3-vlc debian/files''')
local ('''rm fabfile.pyc''')
@task @task
def push (): def push ():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment