Adds MANIFEST.in, per request

This commit is contained in:
Josiah Carlson 2018-04-12 21:20:59 -07:00
parent 65c85e8d7b
commit 5259cd63a8
3 changed files with 6 additions and 2 deletions

4
MANIFEST.in Normal file
View file

@ -0,0 +1,4 @@
include LICENSE
include LICENSE3
include README.rst

View file

@ -16,4 +16,4 @@ test:
python3.6 -m tests.test_crontab
upload:
python setup.py sdist upload
python3.6 setup.py sdist upload

View file

@ -10,7 +10,7 @@ except:
setup(
name='crontab',
version='0.22.0',
version='0.22.1',
description='Parse and use crontab schedules in Python',
author='Josiah Carlson',
author_email='josiah.carlson@gmail.com',