Skip to content

Commit

Permalink
Updated with package
Browse files Browse the repository at this point in the history
Package update. Woohoo! Nothing changed in code though.
  • Loading branch information
pdarragh committed Apr 15, 2016
1 parent 142d140 commit 1d54409
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include LICENSE.md
include README.md
include MANIFEST.in
recursive-exclude * *.py[co]
recursive-exclude build *
Binary file added pkg/Sudoers Manager [1.3.2].dmg
Binary file not shown.
24 changes: 24 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
from distutils.core import setup
import sudoers_manager

setup(
name='Sudoers Manager',
version=sudoers_manager.attributes['version'],
url='https://github.com/univ-of-utah-marriott-library-apple/sudoers_manager',
author='Pierce Darragh, Marriott Library IT Services',
author_email='[email protected]',
description=('A standalone Python script to help administrators manage their sudoers file.'),
license='MIT',
scripts=['sudoers_manager.py'],
classifiers=[
'Development Status :: 5 - Stable',
'Environment :: Console',
'Environment :: MacOS X',
'Intended Audience :: Information Technology',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7'
],
)

0 comments on commit 1d54409

Please sign in to comment.