Merge branch 'releases/0.1'
This commit is contained in:
commit
59b3697779
5 changed files with 6 additions and 5 deletions
|
@ -13,7 +13,8 @@ Installing Registrasion
|
|||
|
||||
Registrasion depends on an in-development version of Symposion. You'll need to add the following line to your ``requirements.txt`` files::
|
||||
|
||||
git+https://github.com/chrisjrn/registrasion.git@releases/0.1
|
||||
registrasion==0.1.0
|
||||
https://github.com/pinax/symposion/tarball/ad81810#egg=symposion
|
||||
|
||||
And also to enable dependency links in pip::
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
__version__ = "0.1a1"
|
||||
__version__ = "0.1.0"
|
||||
|
||||
default_app_config = "registrasion.apps.RegistrasionConfig"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
django-nested-admin==2.2.6
|
||||
SymposionMaster==1.0.0b3-dev
|
||||
symposion==1.0b2.dev3
|
||||
|
|
|
@ -1 +1 @@
|
|||
https://github.com/pinax/symposion/tarball/ad81810#egg=SymposionMaster-1.0.0b3-dev
|
||||
https://github.com/pinax/symposion/tarball/ad81810#egg=symposion
|
||||
|
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
classifiers=(
|
||||
"Development Status :: 2 - Pre-Alpha",
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Programming Language :: Python",
|
||||
"Framework :: Django",
|
||||
"Intended Audience :: Developers",
|
||||
|
|
Loading…
Reference in a new issue