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
31import os
42
3+ from distutils .command .install import INSTALL_SCHEMES
4+ from setuptools import setup , find_packages
5+
56root = os .path .dirname (os .path .abspath (__file__ ))
67os .chdir (root )
78
8- VERSION = '0.1.1 '
9+ VERSION = '0.1.2 '
910
1011# Make data go to the right place.
1112# http://groups.google.com/group/comp.lang.python/browse_thread/thread/35ec7b2fed36eaec/2105ee4d9e8042cb
2324 url = "http://github.com/codasus/django-sqlcipher" ,
2425 license = "Creative Commons Attribution-ShareAlike 3.0 Unported License" ,
2526 platforms = ["any" ],
26- packages = [ 'sqlcipher' ] ,
27+ packages = find_packages () ,
2728 classifiers = [
2829 "Development Status :: 3 - Alpha" ,
2930 "Framework :: Django" ,
You can’t perform that action at this time.
0 commit comments