Bläddra i källkod

Replaced the MANIFEST.in which was mistakenly deleted

master
David Winterbottom 14 år sedan
förälder
incheckning
f622454298
3 ändrade filer med 4 tillägg och 2 borttagningar
  1. 1
    0
      MANIFEST.in
  2. 1
    1
      oscar/__init__.py
  3. 2
    1
      setup.py

+ 1
- 0
MANIFEST.in Visa fil

1
+include *.rst

+ 1
- 1
oscar/__init__.py Visa fil

1
 # Use 'final' as the 4th element to indicate
1
 # Use 'final' as the 4th element to indicate
2
 # a full release
2
 # a full release
3
-VERSION = (0, 1, 0, 'beta', 10)
3
+VERSION = (0, 1, 0, 'beta', 11)
4
     
4
     
5
 def get_version():
5
 def get_version():
6
     version = '%s.%s' % (VERSION[0], VERSION[1])
6
     version = '%s.%s' % (VERSION[0], VERSION[1])

+ 2
- 1
setup.py Visa fil

62
                 'oscar.test',
62
                 'oscar.test',
63
                 'oscar.views',
63
                 'oscar.views',
64
                 'oscar.models',],
64
                 'oscar.models',],
65
-      package_data={'oscar': ['templates/basket/*.html',
65
+      package_data={'oscar': ['README.rst',
66
+                              'templates/basket/*.html',
66
                               'templates/catalogue/*.html',
67
                               'templates/catalogue/*.html',
67
                               'templates/checkout/*.html',
68
                               'templates/checkout/*.html',
68
                               'templates/customer/*.html',
69
                               'templates/customer/*.html',

Laddar…
Avbryt
Spara