diff --git a/README.rst b/README.rst index b700006..f741d19 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,8 @@ Contributing Please file bugs and send pull requests to the `GitHub repository`_ and `issue tracker`_. -.. _GitHub repository: https://github.com/Valuehorizon/forex/ -.. _issue tracker: https://github.com/Valuehorizon/forex/issues +.. _GitHub repository: https://github.com/Valuehorizon/valuehorizon-forex/ +.. _issue tracker: https://github.com/Valuehorizon/valuehorizon-forex/issues Commercial Support ================== diff --git a/forex/__init__.py b/forex/__init__.py index b194ae7..dff5892 100644 --- a/forex/__init__.py +++ b/forex/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.1' # pragma: no cover +__version__ = '0.2' # pragma: no cover diff --git a/setup.py b/setup.py index 941af56..c68bc86 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] install_requires = [ - 'django', + # User should install requirements ] diff --git a/tox.ini b/tox.ini deleted file mode 100644 index e70b511..0000000 --- a/tox.ini +++ /dev/null @@ -1,10 +0,0 @@ -[tox] -envlist = py27-django{16,17} - -[testenv] -usedevelop = True -deps = - django16: Django<1.7 - django17: Django>=1.7,<1.8 - -rtest_requirements.txt -commands = {toxinidir}/forex/tests/runtests.py