File: 02_setup-sync.diff

package info (click to toggle)
python-django-shorturls 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 256 kB
  • ctags: 100
  • sloc: python: 303; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 836 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 702e971b9753a1cff9ec0b95a05f7ba764a59349 Mon Sep 17 00:00:00 2001
From: Janos Guljas <janos@resenje.org>
Date: Thu, 8 Oct 2015 11:51:05 -0700
Subject: Apply changes in setup.py from the git

Last-Update: 2010-01-06

Patch-Name: 02_setup-sync.diff
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 8b85550..5bc9347 100644
--- a/setup.py
+++ b/setup.py
@@ -22,10 +22,11 @@ setup(
 
     classifiers = [
         'Development Status :: 4 - Beta',
+        'Framework :: Django',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: BSD License',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
-        'Topic :: Internet',
+        'Topic :: Internet :: WWW/HTTP',
     ]
 )
\ No newline at end of file