Add py.typed into package
This commit is contained in:
		
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							@@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as f:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
setup(
 | 
					setup(
 | 
				
			||||||
    name="pyhOn",
 | 
					    name="pyhOn",
 | 
				
			||||||
    version="0.15.1",
 | 
					    version="0.15.2",
 | 
				
			||||||
    author="Andre Basche",
 | 
					    author="Andre Basche",
 | 
				
			||||||
    description="Control hOn devices with python",
 | 
					    description="Control hOn devices with python",
 | 
				
			||||||
    long_description=long_description,
 | 
					    long_description=long_description,
 | 
				
			||||||
@@ -20,6 +20,7 @@ setup(
 | 
				
			|||||||
    platforms="any",
 | 
					    platforms="any",
 | 
				
			||||||
    packages=find_packages(),
 | 
					    packages=find_packages(),
 | 
				
			||||||
    include_package_data=True,
 | 
					    include_package_data=True,
 | 
				
			||||||
 | 
					    package_data={"pyhOn": ["py.typed"]},
 | 
				
			||||||
    python_requires=">=3.10",
 | 
					    python_requires=">=3.10",
 | 
				
			||||||
    install_requires=["aiohttp==3.8.5", "typing-extensions==4.7.1"],
 | 
					    install_requires=["aiohttp==3.8.5", "typing-extensions==4.7.1"],
 | 
				
			||||||
    classifiers=[
 | 
					    classifiers=[
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user