More quick start defaults for setuptools.
This commit is contained in:
		
							
								
								
									
										1
									
								
								templates/project/MANIFEST.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								templates/project/MANIFEST.in
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
recursive-include public *
 | 
			
		||||
@@ -15,5 +15,7 @@ setup(
 | 
			
		||||
    install_requires=[
 | 
			
		||||
        "pecan",
 | 
			
		||||
    ],
 | 
			
		||||
    zip_safe = False,
 | 
			
		||||
    include_package_data = True,
 | 
			
		||||
    packages=find_packages(exclude=['ez_setup'])
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user