Преглед на файлове

Updated README to make the Pypi page look better

master
David Winterbottom преди 14 години
родител
ревизия
faf041e166
променени са 3 файла, в които са добавени 31 реда и са изтрити 9 реда
  1. 1
    0
      .gitignore
  2. 28
    7
      README.rst
  3. 2
    2
      setup.py

+ 1
- 0
.gitignore Целия файл

@@ -21,3 +21,4 @@ oscar/lib
21 21
 oscar/src
22 22
 oscar/share
23 23
 .~lock.*
24
+dist/

+ 28
- 7
README.rst Целия файл

@@ -1,12 +1,33 @@
1
+================================================
1 2
 Django-Oscar - Flexible e-commerce on Django 1.3
2 3
 ================================================
3 4
 
4
-django-oscar is an e-commerce framework for Django 1.3 designed for building domain-driven
5
-e-commerce sites.  It is structured in way that lets any part of the core
6
-functionality be customised to suit the needs of your project.
5
+*django-oscar* is an e-commerce framework for Django 1.3 designed for building domain-driven
6
+e-commerce sites.  It is structured such that any part of the core
7
+functionality can be customised to suit the needs of your project.  This allows it to handle
8
+a wide range of e-commerce sites, from large-scale B2C sites to complex B2B sites rich in
9
+domain-specific business logic.
10
+
11
+`Read the docs`_
12
+
13
+.. _`Read the docs`: http://django-oscar.readthedocs.org/en/latest/
14
+
15
+Credits
16
+-------
17
+* Created by David Winterbottom (`@codeinthehole`_) in the small pockets of time when his
18
+  new-born son was sleeping.
19
+* Important early contributions made by Andrew Ingram (`@AndrewIngram`_) and through collaboration
20
+  with `Mirumee`_
21
+* Developed and maintained by `Tangent Labs`_, a London-based digital agency
7 22
 
8
-It is currently in vigorous early development, but should stabilise over the
9
-summer of 2011.
23
+.. _`@codeinthehole`: https://twitter.com/codeinthehole
24
+.. _`@AndrewIngram`: https://twitter.com/AndrewIngram
25
+.. _`Mirumee`: http://mirumee.com
26
+.. _`Tangent Labs`: http://www.tangentlabs.co.uk
10 27
 
11
-Browse the ``*.rst`` files within ``docs/source`` for documentation or visit
12
-http://django-oscar.readthedocs.org/en/latest/ for HTML versions.
28
+Changelog
29
+---------
30
+0.1-beta
31
+~~~~~~~~
32
+* Initial release - is working fine for the two main Tangent projects of summer 2011
33
+* Docs are a bit stale and need updating

+ 2
- 2
setup.py Целия файл

@@ -9,9 +9,9 @@ setup(name='django-oscar',
9 9
       url='https://github.com/tangentlabs/django-oscar',
10 10
       author="Tangent Labs",
11 11
       author_email="david.winterbottom@tangentlabs.co.uk",
12
-      description="A domain-driven ecommerce framework for Django 1.3",
12
+      description="A domain-driven e-commerce framework for Django 1.3+",
13 13
       long_description=open('README.rst').read(),
14
-      license='LICENSE',
14
+      license='BSD',
15 15
       packages=['oscar',
16 16
                 'oscar.apps',
17 17
                 'oscar.apps.address',

Loading…
Отказ
Запис