[27760] in Source-Commits

home help back first fref pref prev next nref lref last post

athinfod commit: Rename script; add setup.py

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Mar 4 12:07:17 2014

Date: Tue, 4 Mar 2014 12:07:10 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201403041707.s24H7AFD023824@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/athinfod/commit/5c11f6888e3f31482d03f484772b718d1d43c8ab
commit 5c11f6888e3f31482d03f484772b718d1d43c8ab
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Fri Feb 28 11:12:51 2014 -0500

    Rename script; add setup.py
    
    - Rename athinfod.py to athinfod, since both distutils and dh are
      incapable of renaming files while installing them, even in 2014.
    - Add a setup.py for the aforementioned distutils

 athinfod    |   77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 athinfod.py |   77 -----------------------------------------------------------
 setup.py    |    7 +++++
 3 files changed, 84 insertions(+), 77 deletions(-)

diff --git a/athinfod.py b/athinfod
similarity index 100%
rename from athinfod.py
rename to athinfod
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..27b1404
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,7 @@
+from distutils.core import setup
+
+setup(name='athinfod',
+      version='10.2',
+      author='Debathena Project',
+      author_email='debathena@mit.edu',
+      scripts=['athinfod'])

home help back first fref pref prev next nref lref last post