This repository was archived by the owner on Feb 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Include the SSL certificate file in the package distributed by pip
2
+ recursive-include twilio/conf *
Original file line number Diff line number Diff line change 57
57
# The short X.Y version.
58
58
version = '3.5'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '3.5.3 '
60
+ release = '3.5.4 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 28
28
keywords = ["twilio" ,"twiml" ],
29
29
install_requires = REQUIRES ,
30
30
packages = find_packages (),
31
+ include_package_data = True ,
31
32
classifiers = [
32
33
"Development Status :: 5 - Production/Stable" ,
33
34
"Intended Audience :: Developers" ,
38
39
"Programming Language :: Python :: 2.6" ,
39
40
"Programming Language :: Python :: 2.7" ,
40
41
"Programming Language :: Python :: 3.2" ,
42
+ "Programming Language :: Python :: 3.3" ,
41
43
"Topic :: Software Development :: Libraries :: Python Modules" ,
42
44
"Topic :: Communications :: Telephony" ,
43
45
],
Original file line number Diff line number Diff line change 1
- __version_info__ = ('3' , '5' , '3 ' )
1
+ __version_info__ = ('3' , '5' , '4 ' )
2
2
__version__ = '.' .join (__version_info__ )
3
3
4
4
You can’t perform that action at this time.
0 commit comments