-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed installation of configuration sample in /etc to allow a simpl…
…e user to install in its own env (eg: virrualenv). The example file, is now available in docs/
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,12 @@ | |
|
||
setup( | ||
name = 'py-Asterisk', | ||
version = '0.4', | ||
version = '0.4.1', | ||
description = 'Asterisk Manager API Python interface.', | ||
author = 'David Wilson', | ||
author_email = '[email protected]', | ||
license = 'MIT', | ||
url = 'http://code.google.com/p/py-asterisk/', | ||
packages = [ 'Asterisk' ], | ||
scripts = [ 'asterisk-dump', 'py-asterisk' ], | ||
data_files = [ ('/etc/asterisk', ['conf/py-asterisk.conf.sample']) ] | ||
scripts = [ 'asterisk-dump', 'py-asterisk' ] | ||
) |