Adds MANIFEST.in, per request
This commit is contained in:
parent
65c85e8d7b
commit
5259cd63a8
3 changed files with 6 additions and 2 deletions
4
MANIFEST.in
Normal file
4
MANIFEST.in
Normal file
|
@ -0,0 +1,4 @@
|
|||
include LICENSE
|
||||
include LICENSE3
|
||||
include README.rst
|
||||
|
2
Makefile
2
Makefile
|
@ -16,4 +16,4 @@ test:
|
|||
python3.6 -m tests.test_crontab
|
||||
|
||||
upload:
|
||||
python setup.py sdist upload
|
||||
python3.6 setup.py sdist upload
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue