Reviewers: ,
Please review this at http://codereview.tryton.org/416001/ Affected files: M setup.py Index: setup.py =================================================================== --- a/setup.py +++ b/setup.py @@ -68,14 +68,14 @@ setup(name='trytond_purchase_invoice_lin 'Programming Language :: Python :: 2.7', 'Topic :: Office/Business', ], license='GPL-3', install_requires=requires, zip_safe=False, entry_points=""" [trytond.modules] - purchase_invoice_line_standalone = + purchase_invoice_line_standalone = \ trytond.modules.purchase_invoice_line_standalone """, test_suite='tests', test_loader='trytond.test_loader:Loader', ) -- [email protected] mailing list
