3 # TODO(lifeless) we should inject this as needed otherwise we're not truely
4 # testing postversioned codepaths.
7 author-email = openstack-dev@lists.openstack.org
8 home-page = http://pypi.python.org/pypi/pbr
9 summary = Test package for testing pbr
13 requires-python = >=2.5
19 Development Status :: 3 - Alpha
20 Intended Audience :: Developers
21 License :: OSI Approved :: BSD License
22 Programming Language :: Python
23 Topic :: Scientific/Engineering
24 Topic :: Software Development :: Build Tools
25 Topic :: Software Development :: Libraries :: Python Modules
26 Topic :: System :: Archiving :: Packaging
28 keywords = packaging, distutils, setuptools
31 packages = pbr_testpackage
32 package-data = testpackage = package_data/*.txt
33 data-files = testpackage/data_files = data_files/*.txt
34 extra-files = extra-file.txt
38 pbr_test_cmd = pbr_testpackage.cmd:main
39 pbr_test_cmd_with_class = pbr_testpackage.cmd:Foo.bar
42 pbr_test_wsgi = pbr_testpackage.wsgi:main
43 pbr_test_wsgi_with_class = pbr_testpackage.wsgi:WSGI.app
45 [extension=pbr_testpackage.testext]
46 sources = src/testext.c
51 # pbr_testpackage._setup_hooks.test_hook_1
52 # pbr_testpackage._setup_hooks.test_hook_2
53 commands = pbr_testpackage._setup_hooks.test_command
56 #pre-hook.test_pre_hook = pbr_testpackage._setup_hooks.test_pre_hook
57 #post-hook.test_post_hook = pbr_testpackage._setup_hooks.test_post_hook