mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	setup.py: drop py_modules entry
It looks like this ended up installing the main PyLink modules twice.
This commit is contained in:
		
							parent
							
								
									7d321e2e6c
								
							
						
					
					
						commit
						c1476dda59
					
				
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							@ -67,9 +67,6 @@ setup(
 | 
			
		||||
    # Folders (packages of code)
 | 
			
		||||
    packages=['pylinkirc', 'pylinkirc.protocols', 'pylinkirc.plugins', 'pylinkirc.coremods'],
 | 
			
		||||
 | 
			
		||||
    # Single modules. TODO: consider organizing this into a pylink/ folder
 | 
			
		||||
    py_modules=["classes", "conf", "log", "structures", "utils", "world"],
 | 
			
		||||
 | 
			
		||||
    # Data files
 | 
			
		||||
    package_data={
 | 
			
		||||
        '': ['example-conf.yml'],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user