Skip to content

Commit

Permalink
Working on release process
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed May 14, 2013
1 parent 3740a5e commit 192d288
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
Changelog
===================

0.4.4 (unreleased)
0.2 (unreleased)
------------------

- README.rst, change log and release process workflow updates [miohtama]

- Historical prices data handling [Jeremias Kangas]

0.1
----

Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
recursive-include vvv *
recursive-include ghettoci *
recursive-include scripts *
recursive-include docs *
include *
global-exclude *.pyc
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
'django_bitcoin.migrations',
'django_bitcoin.jsonrpc']

long_description = open("README.rst") + "\n" + open("CHANGES.rst")

setup(name='django-bitcoin',
version='0.1',
description='Bitcoin application integration for Django web framework',
author='Jeremias Kangas',
url='https://github.com/kangasbros/django-bitcoin',
requires=["qrcode (>2.3.1)", "South (>0.7.4)"],
license="MIT",
packages=packages,
package_data=dict((package_name, template_patterns) for package_name in packages),
)

0 comments on commit 192d288

Please sign in to comment.