mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +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
|
||||
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
|
||||
this software without specific prior written permission.
|
||||
|
||||
|
|
6
setup.py
6
setup.py
|
@ -31,11 +31,11 @@ if __name__ == '__main__':
|
|||
version=version,
|
||||
description='Python catalogs of objects providers',
|
||||
long_description=description,
|
||||
author='Roman Mogilatov',
|
||||
author='ETS Labs',
|
||||
author_email='rmogilatov@gmail.com',
|
||||
maintainer='Roman Mogilatov',
|
||||
maintainer='ETS Labs',
|
||||
maintainer_email='rmogilatov@gmail.com',
|
||||
url='https://github.com/rmk135/objects',
|
||||
url='https://github.com/ets-labs/objects',
|
||||
license='BSD New',
|
||||
packages=['objects'],
|
||||
zip_safe=True,
|
||||
|
|
Loading…
Reference in New Issue
Block a user