Add upgradegeneraldelta to setup.py

This commit is contained in:
Durham Goode 2014-12-17 13:40:52 -08:00
parent acbfa0551c
commit a032665ffb

View File

@ -13,10 +13,11 @@ setup(
license='',
py_modules=[
'backups',
'chistedit',
'fbamend',
'githelp',
'smartlog',
'sparse',
'chistedit',
'upgradegeneraldelta',
]
)