Browse Source

prelease setup

Rafał Pitoń 8 years ago
parent
commit
753d05bdd8
3 changed files with 21 additions and 15 deletions
  1. 9 3
      MANIFEST.in
  2. 1 1
      misago/__init__.py
  3. 11 11
      requirements.txt

+ 9 - 3
MANIFEST.in

@@ -1,5 +1,11 @@
 include LICENSE.rst
+include MANIFEST.in
 include README.rst
-recursive-include docs *
-recursive-exclude docs/build *
-recursive-include misago *
+include requirements.txt
+graft docs
+prune docs/build
+prune testproject
+graft misago
+global-exclude __pycache__
+global-exclude *.py[co]
+global-exclude .DS_Store

+ 1 - 1
misago/__init__.py

@@ -1 +1 @@
-__version__ = '0.6a1.dev1'
+__version__ = '0.6a1.dev3'

+ 11 - 11
requirements.txt

@@ -1,17 +1,17 @@
 django~=1.10.3
-djangorestframework==3.5.3
-beautifulsoup4==4.5.1
-bleach==1.5.0
-django-debug-toolbar==1.6
-django-crispy-forms==1.6.1
-django-htmlmin==0.10.0
-django-mptt==0.8.6
+djangorestframework~=3.5.3
+beautifulsoup4~=4.5.1
+bleach~=1.5.0
+django-debug-toolbar~=1.6
+django-crispy-forms~=1.6.1
+django-htmlmin~=0.10.0
+django-mptt~=0.8.6
 fake-factory~=0.7.2
 html5lib<0.99999999,>=0.999
-markdown==2.6.7
-path.py==9.0
-pillow==3.4.2
-psycopg2==2.6.2
+markdown~=2.6.7
+path.py~=9.0
+pillow~=3.4.2
+psycopg2~=2.6.2
 pytz
 requests<3
 unidecode