Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
django-cas-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Samir
django-cas-server
Commits
802c04a1
Commit
802c04a1
authored
Sep 07, 2016
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add templatetags to Pypi package
parent
f2efa867
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
CHANGELOG.rst
CHANGELOG.rst
+8
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
802c04a1
...
...
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
.. contents:: Table of Contents
:depth: 2
Unreleased
==========
Fixed
-----
* Add templatetags to Pypi package
v0.7.3 - 2016-09-07
===================
...
...
setup.py
View file @
802c04a1
...
...
@@ -16,7 +16,7 @@ if __name__ == '__main__':
packages
=
[
'cas_server'
,
'cas_server.migrations'
,
'cas_server.management'
,
'cas_server.management.commands'
,
'cas_server.tests'
'cas_server.tests'
,
'cas_server.templatetags'
],
include_package_data
=
True
,
license
=
'GPLv3'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment