commit 8b1b0278773ebd7f26b9a4284ea4b5da363a917e
Author: Kacper Kornet <[email protected]>
Date: Mon Sep 12 11:26:42 2011 +0100
Files for distutils
pldrepo/__init__.py | 1 +
setup.py | 13 +++++++++++++
2 files changed, 14 insertions(+)
---
diff --git a/pldrepo/__init__.py b/pldrepo/__init__.py
new file mode 100644
index 0000000..fa81ada
--- /dev/null
+++ b/pldrepo/__init__.py
@@ -0,0 +1 @@
+# empty file
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..007ee40
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+
+from distutils.core import setup
+
+setup(name='pldrepo',
+ version='0.001',
+ description='Scripts to interact with PLD git repos',
+ author='Kacper Kornet',
+ author_email='[email protected]',
+ url='https://github.com/draenog/slug',
+ packages=['pldrepo'],
+ scripts=['slug.py']
+ )
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/git-slug.git/commitdiff/4ed64f73960519a2f4fd04c42950b2c96ae795c5
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit