mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 18:07:44 +03:00 
			
		
		
		
	Changing description
This commit is contained in:
		
							parent
							
								
									8e78f937c8
								
							
						
					
					
						commit
						463f219307
					
				| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
Objects
 | 
					Objects
 | 
				
			||||||
=======
 | 
					=======
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Dependency management tool for Python projects.
 | 
					Dependency injector for Python projects.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
+---------------------------------------+-------------------------------------------------------------------+
 | 
					+---------------------------------------+-------------------------------------------------------------------+
 | 
				
			||||||
| *PyPi*                                | .. image:: https://pypip.in/version/Objects/badge.svg             |
 | 
					| *PyPi*                                | .. image:: https://pypip.in/version/Objects/badge.svg             |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										6
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -7,7 +7,7 @@ from setuptools import setup
 | 
				
			||||||
from setuptools import Command
 | 
					from setuptools import Command
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SHORT_DESCRIPTION = 'Dependency management tool for Python projects'
 | 
					SHORT_DESCRIPTION = 'Dependency injector for Python projects'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Getting description.
 | 
					# Getting description.
 | 
				
			||||||
| 
						 | 
					@ -47,8 +47,6 @@ class PublishCommand(Command):
 | 
				
			||||||
        self.run_command('upload')
 | 
					        self.run_command('upload')
 | 
				
			||||||
        os.system('git tag -a {0} -m \'version {0}\''.format(version))
 | 
					        os.system('git tag -a {0} -m \'version {0}\''.format(version))
 | 
				
			||||||
        os.system('git push --tags')
 | 
					        os.system('git push --tags')
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
setup(name='Objects',
 | 
					setup(name='Objects',
 | 
				
			||||||
      version=version,
 | 
					      version=version,
 | 
				
			||||||
      description=SHORT_DESCRIPTION,
 | 
					      description=SHORT_DESCRIPTION,
 | 
				
			||||||
| 
						 | 
					@ -69,9 +67,9 @@ setup(name='Objects',
 | 
				
			||||||
          'Dependency management',
 | 
					          'Dependency management',
 | 
				
			||||||
          'Dependency injection',
 | 
					          'Dependency injection',
 | 
				
			||||||
          'Dependency injection container',
 | 
					          'Dependency injection container',
 | 
				
			||||||
 | 
					          'Dependency injector',
 | 
				
			||||||
          'DI',
 | 
					          'DI',
 | 
				
			||||||
          'DIC',
 | 
					          'DIC',
 | 
				
			||||||
          'Dependency injector',
 | 
					 | 
				
			||||||
          'Inversion of Control',
 | 
					          'Inversion of Control',
 | 
				
			||||||
          'Inversion of Control container',
 | 
					          'Inversion of Control container',
 | 
				
			||||||
          'IoC',
 | 
					          'IoC',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user