Skip to content

Commit

Permalink
Some package cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nephin committed Jun 13, 2012
1 parent 9c6fbc6 commit 09bfa7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ include Makefile
include tron/default_config.yaml
include tron/logging.conf
recursive-include debian *
recursive-include test *.py *.yaml
recursive-include tests *.py *.yaml
recursive-include docs *.txt *.rst *.yaml *.1 *.8
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'pyasn1>=0.0.13',
'pycrypto>=2.4',
'pytz>=2011n',
'python-daemon>=1.5.5',
'python-daemon>=1.5.2',
'lockfile>=0.7',
],
packages=[
Expand All @@ -51,11 +51,7 @@
'bin/tronctl',
'bin/tronfig'
],
data_files=[
('share/doc/tron', [
'docs/sample_config.yaml'
]),
],
include_package_data=True,
long_description="""Tron is a centralized system for managing periodic batch processes and services across a cluster. If you find cron or fcron to be insufficient for managing complex work flows across multiple computers, Tron might be for you.
For more information, look at the tutorial (http://packages.python.org/tron/tutorial.html) or the full documentation (http://packages.python.org/tron).""",
Expand Down

0 comments on commit 09bfa7b

Please sign in to comment.