update alot
This commit is contained in:
parent
7930fdc374
commit
d091104074
@ -11,6 +11,7 @@ prefer_plaintext = True
|
||||
realname = Felix Van der Jeugt
|
||||
address = felix.vanderjeugt@gmail.com
|
||||
alias_regexp = felix\.vanderjeugt\+.+@gmail.com
|
||||
gpg_key = 68FF561137C38F9618E97339AF25A2C2862AA368
|
||||
sendmail_command = /usr/bin/msmtp --account=gmail -t
|
||||
sent_box = maildir:///data/mail/gmail/Sent
|
||||
draft_box = maildir:///data/mail/gmail/Sent
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/python2
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'alot==0.6.0.dev0','console_scripts','alot'
|
||||
__requires__ = 'alot==0.6.0.dev0'
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'alot==0.7.0.dev0','console_scripts','alot'
|
||||
__requires__ = 'alot==0.7.0.dev0'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
@ -8,5 +8,5 @@ from pkg_resources import load_entry_point
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('alot==0.6.0.dev0', 'console_scripts', 'alot')()
|
||||
load_entry_point('alot==0.7.0.dev0', 'console_scripts', 'alot')()
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user