Skip to content

Commit

Permalink
Merge 2612f6a into debb1c4
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed Nov 30, 2015
2 parents debb1c4 + 2612f6a commit 92e5ba1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 5 additions & 1 deletion MANIFEST.in
@@ -1,11 +1,15 @@
include bin/fromsrc.py
include update/update*to*
include update/*py
include doc/*.md
include man/*.1
include icon/*
include script/*
include *py
include README.md
include LICENSE
include MANIFEST.in
include version
include NEWS
include yokadi
include *requirements.txt
include .travis.yml
5 changes: 3 additions & 2 deletions doc/release.md
Expand Up @@ -49,6 +49,7 @@ Write a blog entry in `_posts/`

Update version in download page (download.markdown)

## Tell the world
## Upload on PyPI

- pypi.python.org
cd download/
twine upload yokadi-<version>.*
6 changes: 6 additions & 0 deletions setup.py
Expand Up @@ -78,6 +78,12 @@ def createFileList(sourceDir, *patterns):
"yokadi.ycli",
"yokadi.yical",
],
# distutils does not support install_requires, but pip needs it to be
# able to automatically install dependencies
install_requires=[
"sqlalchemy",
"python-dateutil",
],
scripts=scripts,
data_files=data_files
)

0 comments on commit 92e5ba1

Please sign in to comment.