mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
Dateutil added to requirements.
This commit is contained in:
parent
01ab0fee83
commit
0ed711230a
5 changed files with 8 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -17,3 +17,8 @@ gh_pages:
|
|||
# Upload to pipy
|
||||
dist:
|
||||
python setup.py publish
|
||||
|
||||
clean:
|
||||
rm -rf dist
|
||||
rm -rf _static
|
||||
rm -rf jrnl.egg-info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue