mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 14:30:23 +00:00
Happy 2007
This commit is contained in:
parent
6da21af5ae
commit
a946f92ab3
3 changed files with 6 additions and 5 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2009-2015, Comoga and individual contributors
|
||||
Copyright (c) 2009-2017, Jazzband
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'django-constance'
|
||||
copyright = u'2016, Comoga and individual contributors'
|
||||
copyright = u'2017, Jazzband'
|
||||
|
||||
# The short X.Y version.
|
||||
try:
|
||||
|
|
@ -200,7 +200,7 @@ latex_elements = {
|
|||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
('index', 'django-constance.tex', u'django-constance Documentation',
|
||||
u'Comoga and individual contributors', 'manual'),
|
||||
u'Jazzband', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
|
|
@ -230,7 +230,7 @@ latex_documents = [
|
|||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'django-constance', u'django-constance Documentation',
|
||||
[u'Comoga and individual contributors'], 1)
|
||||
[u'Jazzband'], 1)
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
|
|
@ -244,7 +244,7 @@ man_pages = [
|
|||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'django-constance', u'django-constance Documentation',
|
||||
u'Comoga and individual contributors', 'django-constance', 'One line description of project.',
|
||||
u'Jazzband', 'django-constance', 'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -46,6 +46,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Topic :: Utilities',
|
||||
],
|
||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||
|
|
|
|||
Loading…
Reference in a new issue