mirror of
				https://github.com/RicterZ/nhentai.git
				synced 2025-11-04 02:50:55 +01:00 
			
		
		
		
	Actually use MANIFEST.ini to specify the package data
*considers suicide*
This commit is contained in:
		@@ -1,3 +1,5 @@
 | 
				
			|||||||
include README.md
 | 
					include README.md
 | 
				
			||||||
include requirements.txt
 | 
					include requirements.txt
 | 
				
			||||||
include nhentai/doujinshi.html
 | 
					include nhentai/viewer/index.html
 | 
				
			||||||
 | 
					include nhentai/viewer/styles.css
 | 
				
			||||||
 | 
					include nhentai/viewer/scripts.js
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							@@ -19,9 +19,6 @@ setup(
 | 
				
			|||||||
    name='nhentai',
 | 
					    name='nhentai',
 | 
				
			||||||
    version=__version__,
 | 
					    version=__version__,
 | 
				
			||||||
    packages=find_packages(),
 | 
					    packages=find_packages(),
 | 
				
			||||||
    package_data={
 | 
					 | 
				
			||||||
        'nhentai': ['viewer/**']
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    author=__author__,
 | 
					    author=__author__,
 | 
				
			||||||
    author_email=__email__,
 | 
					    author_email=__email__,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user