瀏覽代碼

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
 oscar/src
21
 oscar/src
22
 oscar/share
22
 oscar/share
23
 .~lock.*
23
 .~lock.*
24
+dist/

+ 28
- 7
README.rst 查看文件

1
+================================================
1
 Django-Oscar - Flexible e-commerce on Django 1.3
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
       url='https://github.com/tangentlabs/django-oscar',
9
       url='https://github.com/tangentlabs/django-oscar',
10
       author="Tangent Labs",
10
       author="Tangent Labs",
11
       author_email="david.winterbottom@tangentlabs.co.uk",
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
       long_description=open('README.rst').read(),
13
       long_description=open('README.rst').read(),
14
-      license='LICENSE',
14
+      license='BSD',
15
       packages=['oscar',
15
       packages=['oscar',
16
                 'oscar.apps',
16
                 'oscar.apps',
17
                 'oscar.apps.address',
17
                 'oscar.apps.address',

Loading…
取消
儲存