Skip to content

Commit d07865a

Browse files
committed
Add future.moves.{dbm,tkinter} to setup.py package list
1 parent 52ffd0a commit d07865a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@
2828
"future.backports.urllib",
2929
"future.backports.xmlrpc",
3030
"future.moves",
31+
"future.moves.dbm",
3132
"future.moves.html",
3233
"future.moves.http",
3334
"future.moves.test",
35+
"future.moves.tkinter",
3436
"future.moves.urllib",
3537
"future.moves.xmlrpc",
3638
"future.tests",
@@ -45,7 +47,8 @@
4547
"libfuturize",
4648
"libfuturize.fixes",
4749
"libpasteurize",
48-
"libpasteurize.fixes"]
50+
"libpasteurize.fixes",
51+
]
4952
PACKAGE_DATA = {'': [
5053
'README.rst',
5154
'LICENSE.txt',

0 commit comments

Comments
 (0)