📦 add setup.py
This commit is contained in:
parent
d87763942a
commit
5158894fe3
1 changed files with 11 additions and 0 deletions
11
setup.py
Normal file
11
setup.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='mail2taskwarrior',
|
||||
url='https://github.com/neingeist/mail2taskwarrior',
|
||||
author='neingeist',
|
||||
author_email='neingeist@bl0rg.net',
|
||||
description='add a task to taskwarrior via email',
|
||||
scripts=['mail2taskwarrior'],
|
||||
install_requires=['taskw >= 1.2.0'],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue