Skip to content

Commit b95f1bf

Browse files
committed
update setup.py and README.rst
1 parent 0c36c54 commit b95f1bf

File tree

4 files changed

+28
-6
lines changed

4 files changed

+28
-6
lines changed

README.rst

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
Diacamma Asso appli of Lucterios framework
22
============================================
33

4-
This Diacamma asso module allow to customize an software create with Lucterios to association application
4+
This Diacamma Asso module allow to customize an software create with Lucterios to association application
55

6-
On our site http://www.sd-libre.fr, you can find lot of information about Diacamma.
6+
On our site http://www.diacamma.org, you can find lot of information about Diacamma suite.
77

8+
If you find any problems or have a new idea to improve this tool, thanks to fill out a ticket here: https://github.com/Diacamma2/asso/issues
9+
10+
To get more help:
11+
12+
* See our forum: https://forum.diacamma.org
13+
14+
To contribute to Diacamma:
15+
16+
* Send a email: contribute@diacamma.org
17+
18+
Featuring of Diacamma asso modules
19+
----------------------------------------
20+
21+
* member
22+
* create, modify specific member folders
23+
* create subscription by season or time periode
24+
* sort members by team, age, activity
25+
* create bill with subscription
26+
* edit subscription statistic

diacamma/asso/Diacamma.ico

49.5 KB
Binary file not shown.

diacamma/asso/DiacammaAsso.ico

49.5 KB
Binary file not shown.

setup.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
name="diacamma-asso",
3131
version=__version__,
3232
author="Lucterios",
33-
author_email="info@lucterios.org",
34-
url="http://www.sd-libre.fr",
33+
author_email="info@diacamma.org",
34+
url="http://www.diacamma.fr",
3535
description="association application.",
3636
long_description="""
3737
Association application with Lucterios framework.
@@ -40,17 +40,20 @@
4040
platforms=('Any',),
4141
license="GNU General Public License v3",
4242
classifiers=[
43-
'Development Status :: 4 - Beta',
43+
'Development Status :: 5 - Production/Stable',
4444
'Environment :: Web Environment',
4545
'Framework :: Django :: 1.8',
46+
'Framework :: Django :: 1.9',
4647
'Intended Audience :: Developers',
4748
'Intended Audience :: End Users/Desktop',
4849
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
4950
'Natural Language :: English',
5051
'Natural Language :: French',
5152
'Operating System :: OS Independent',
52-
'Programming Language :: Python',
53+
'Programming Language :: Python :: 2.7',
54+
'Programming Language :: Python :: 3.4',
5355
'Topic :: Database :: Front-Ends',
56+
'Topic :: Office/Business :: Financial',
5457
],
5558
# Packages
5659
packages=["diacamma", "diacamma.asso", "diacamma.member"],

0 commit comments

Comments
 (0)