add setup.py
This commit is contained in:
		
							parent
							
								
									002206d4fe
								
							
						
					
					
						commit
						dff830196f
					
				
					 1 changed files with 21 additions and 0 deletions
				
			
		
							
								
								
									
										21
									
								
								setup.py
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								setup.py
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,21 @@
 | 
			
		|||
import setuptools
 | 
			
		||||
 | 
			
		||||
with open("README.md", "r") as fh:
 | 
			
		||||
    long_description = fh.read()
 | 
			
		||||
 | 
			
		||||
setuptools.setup(
 | 
			
		||||
    name="archivebox",
 | 
			
		||||
    version="0.3.0",
 | 
			
		||||
    author="Nick Sweeting",
 | 
			
		||||
    author_email="git@nicksweeting.com",
 | 
			
		||||
    description="The self-hosted internet archive.",
 | 
			
		||||
    long_description=long_description,
 | 
			
		||||
    long_description_content_type="text/markdown",
 | 
			
		||||
    url="https://github.com/pirate/ArchiveBox",
 | 
			
		||||
    packages=setuptools.find_packages(),
 | 
			
		||||
    classifiers=[
 | 
			
		||||
        "Programming Language :: Python :: 3",
 | 
			
		||||
        "License :: OSI Approved :: MIT License",
 | 
			
		||||
        "Operating System :: OS Independent",
 | 
			
		||||
    ],
 | 
			
		||||
)
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue