File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ * pyc
2
+ * egg-info
3
+ * egg
Original file line number Diff line number Diff line change 1
- from distutils .core import setup
2
- from distutils .command .install import INSTALL_SCHEMES
3
1
import os
4
2
3
+ from distutils .command .install import INSTALL_SCHEMES
4
+ from setuptools import setup , find_packages
5
+
5
6
root = os .path .dirname (os .path .abspath (__file__ ))
6
7
os .chdir (root )
7
8
8
- VERSION = '0.1.1 '
9
+ VERSION = '0.1.2 '
9
10
10
11
# Make data go to the right place.
11
12
# http://groups.google.com/group/comp.lang.python/browse_thread/thread/35ec7b2fed36eaec/2105ee4d9e8042cb
23
24
url = "http://github.com/codasus/django-sqlcipher" ,
24
25
license = "Creative Commons Attribution-ShareAlike 3.0 Unported License" ,
25
26
platforms = ["any" ],
26
- packages = [ 'sqlcipher' ] ,
27
+ packages = find_packages () ,
27
28
classifiers = [
28
29
"Development Status :: 3 - Alpha" ,
29
30
"Framework :: Django" ,
You can’t perform that action at this time.
0 commit comments