mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	Merge pull request #676 from jkimbo/exclude-examples-module
Exclude examples module in setup.py
This commit is contained in:
		
						commit
						c5ce04f31e
					
				
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							|  | @ -83,7 +83,7 @@ setup( | ||||||
| 
 | 
 | ||||||
|     keywords='api graphql protocol rest relay graphene', |     keywords='api graphql protocol rest relay graphene', | ||||||
| 
 | 
 | ||||||
|     packages=find_packages(exclude=['tests', 'tests.*']), |     packages=find_packages(exclude=['tests', 'tests.*', 'examples']), | ||||||
| 
 | 
 | ||||||
|     install_requires=[ |     install_requires=[ | ||||||
|         'six>=1.10.0,<2', |         'six>=1.10.0,<2', | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user