mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-16 19:40:59 +03:00
0.4.3 release
This commit is contained in:
parent
a6571c5f58
commit
4f0f93459b
2
LICENSE
2
LICENSE
|
@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met:
|
||||||
this list of conditions and the following disclaimer in the documentation
|
this list of conditions and the following disclaimer in the documentation
|
||||||
and/or other materials provided with the distribution.
|
and/or other materials provided with the distribution.
|
||||||
|
|
||||||
* Neither the name of objects nor the names of its
|
* Neither the name of Objects nor the names of its
|
||||||
contributors may be used to endorse or promote products derived from
|
contributors may be used to endorse or promote products derived from
|
||||||
this software without specific prior written permission.
|
this software without specific prior written permission.
|
||||||
|
|
||||||
|
|
6
setup.py
6
setup.py
|
@ -31,11 +31,11 @@ if __name__ == '__main__':
|
||||||
version=version,
|
version=version,
|
||||||
description='Python catalogs of objects providers',
|
description='Python catalogs of objects providers',
|
||||||
long_description=description,
|
long_description=description,
|
||||||
author='Roman Mogilatov',
|
author='ETS Labs',
|
||||||
author_email='rmogilatov@gmail.com',
|
author_email='rmogilatov@gmail.com',
|
||||||
maintainer='Roman Mogilatov',
|
maintainer='ETS Labs',
|
||||||
maintainer_email='rmogilatov@gmail.com',
|
maintainer_email='rmogilatov@gmail.com',
|
||||||
url='https://github.com/rmk135/objects',
|
url='https://github.com/ets-labs/objects',
|
||||||
license='BSD New',
|
license='BSD New',
|
||||||
packages=['objects'],
|
packages=['objects'],
|
||||||
zip_safe=True,
|
zip_safe=True,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user