{"body":"17 import setuptools\n   18\n   19 # In python < 2.7.4, a lazy loading of package `pbr` will break\n   20 # setuptools if some other modules registered functions in `atexit`.\n   21 # solution from: http://bugs.python.org/issue15881#msg170215\n   22 try:\n   23     import multiprocessing  # noqa\n   24 except ImportError:\n   25     pass\n   26\n   27 setuptools.setup(\n   28     setup_requires=['pbr>=1.8'],\n~  29     pbr=True,\n+  30     package_data={'syntribos': ['data/*.txt']},\n+  31     include_package_data=True)","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/RaOPar2f","modified":1470953257,"id":"RaOPar2f","size":511,"lines":15,"own_paste":false,"theme":"","date":1470953257}