RETIRED, Port of mox library to python 3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [metadata]
- name = mox3
- summary = Mock object framework for Python
- description-file =
- README.rst
- author = OpenStack
- author-email = openstack-dev@lists.openstack.org
- home-page = https://docs.openstack.org/mox3/latest/
- classifiers =
- Environment :: OpenStack
- Programming Language :: Python
- License :: OSI Approved :: Apache Software License
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
- Operating System :: OS Independent
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- Topic :: Software Development :: Testing
-
- [files]
- packages =
- mox3
-
- [wheel]
- universal = 1
-
- [global]
- setup-hooks =
- pbr.hooks.setup_hook
-
- [build_sphinx]
- source-dir = doc/source
- build-dir = doc/build
- all_files = 1
- warning-is-error = 1
-
- [upload_sphinx]
- upload-dir = doc/build/html
|