We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ffd0a commit d07865aCopy full SHA for d07865a
setup.py
@@ -28,9 +28,11 @@
28
"future.backports.urllib",
29
"future.backports.xmlrpc",
30
"future.moves",
31
+ "future.moves.dbm",
32
"future.moves.html",
33
"future.moves.http",
34
"future.moves.test",
35
+ "future.moves.tkinter",
36
"future.moves.urllib",
37
"future.moves.xmlrpc",
38
"future.tests",
@@ -45,7 +47,8 @@
45
47
"libfuturize",
46
48
"libfuturize.fixes",
49
"libpasteurize",
- "libpasteurize.fixes"]
50
+ "libpasteurize.fixes",
51
+ ]
52
PACKAGE_DATA = {'': [
53
'README.rst',
54
'LICENSE.txt',
0 commit comments