mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Update of author and maintainer names and url
This commit is contained in:
parent
0726a7c253
commit
22b28d0023
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='ETS Labs',
|
||||
author='Roman Mogilatov',
|
||||
author_email='rmogilatov@gmail.com',
|
||||
maintainer='ETS Labs',
|
||||
maintainer='Roman Mogilatov',
|
||||
maintainer_email='rmogilatov@gmail.com',
|
||||
url='https://github.com/ets-labs/objects',
|
||||
url='https://github.com/rmk135/objects',
|
||||
license='BSD New',
|
||||
packages=['objects'],
|
||||
zip_safe=True,
|
||||
|
|
Loading…
Reference in New Issue
Block a user