| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -3,8 +3,8 @@ from setuptools import setup, find_packages
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					with open('README.md') as readme_file:
 | 
					 | 
					 | 
					 | 
					with open('README.md') as readme_file:
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    readme = readme_file.read()
 | 
					 | 
					 | 
					 | 
					    readme = readme_file.read()
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					with open('requirements.txt') as requirements_file:
 | 
					 | 
					 | 
					 | 
					# with open('requirements.txt') as requirements_file:
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    requirements = requirements_file.read()
 | 
					 | 
					 | 
					 | 
					#    requirements = requirements_file.read()
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					test_requirements = [
 | 
					 | 
					 | 
					 | 
					test_requirements = [
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    'pytest',
 | 
					 | 
					 | 
					 | 
					    'pytest',
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -18,12 +18,14 @@ setup(
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    description='The Cookie API serves as a simple experimentation application for testing concepts in the APIStar '
 | 
					 | 
					 | 
					 | 
					    description='The Cookie API serves as a simple experimentation application for testing concepts in the APIStar '
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                'platform.',
 | 
					 | 
					 | 
					 | 
					                'platform.',
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    long_description=readme,
 | 
					 | 
					 | 
					 | 
					    long_description=readme,
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    author="Drew Bednar",
 | 
					 | 
					 | 
					 | 
					    author='Drew Bednar',
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    author_email='drew@androiddrew.com',
 | 
					 | 
					 | 
					 | 
					    author_email='drew@androiddrew.com',
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    maintainer='Drew Bednar',
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    maintainer_email='drew@androiddrew.com',
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    url='https://git.androiddrew.com/androiddrew/cookie-api',
 | 
					 | 
					 | 
					 | 
					    url='https://git.androiddrew.com/androiddrew/cookie-api',
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    packages=find_packages(include=['cookie_api']),
 | 
					 | 
					 | 
					 | 
					    packages=find_packages(),
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    include_package_data=True,
 | 
					 | 
					 | 
					 | 
					    include_package_data=True,
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    install_requires=requirements,
 | 
					 | 
					 | 
					 | 
					    # install_requires=requirements,
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    license='MIT',
 | 
					 | 
					 | 
					 | 
					    license='MIT',
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    classifiers=[
 | 
					 | 
					 | 
					 | 
					    classifiers=[
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        'Development Status :: 2 - Pre-Alpha',
 | 
					 | 
					 | 
					 | 
					        'Development Status :: 2 - Pre-Alpha',
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |