Skip to content

Commit

Permalink
Removed installation of configuration sample in /etc to allow a simpl…
Browse files Browse the repository at this point in the history
…e user to install in its own env (eg: virrualenv). The example file, is now available in docs/
  • Loading branch information
jeansch committed Mar 14, 2013
1 parent b1d3009 commit be95bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
)

0 comments on commit be95bca

Please sign in to comment.