Skip to content

Commit 9bee738

Browse files
committed
test with setup.py test
1 parent 0241286 commit 9bee738

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

django_facebook/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
__license__ = 'BSD'
7-
__version__ = '2.1.1'
7+
__version__ = '2.1.2'
88
__maintainer__ = 'Thierry Schellenbach'
99
__email__ = '[email protected]'
1010
__status__ = 'Production'

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ def find_package_data(where='.', package='', exclude=standard_exclude,
133133
description = DESCRIPTION,
134134
long_description=long_description,
135135
classifiers = CLASSIFIERS,
136-
#install_requires = ('django-registration',),
136+
# tests_require=[
137+
# 'django',
138+
# 'dingus',
139+
# ],
140+
# test_suite='django_facebook.runtests.runtests',
137141
)
138142

139143

0 commit comments

Comments
 (0)