mirror of
				https://github.com/django/daphne.git
				synced 2025-11-04 01:27:33 +03:00 
			
		
		
		
	Fixed packaging configuration. (#510)
Use auto-discovery, but make sure daphne package is correctly listed.
This commit is contained in:
		
							parent
							
								
									cf9145985b
								
							
						
					
					
						commit
						0f15e4595b
					
				| 
						 | 
					@ -1,3 +1,8 @@
 | 
				
			||||||
 | 
					4.1.2 (2024-04-11)
 | 
				
			||||||
 | 
					------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Fixed a setuptools configuration error in 4.1.1.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
4.1.1 (2024-04-10)
 | 
					4.1.1 (2024-04-10)
 | 
				
			||||||
------------------
 | 
					------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = "4.1.1"
 | 
					__version__ = "4.1.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
 | 
					# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,10 +25,8 @@ classifiers =
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[options]
 | 
					[options]
 | 
				
			||||||
package_dir =
 | 
					package_dir =
 | 
				
			||||||
 | 
					    daphne=daphne
 | 
				
			||||||
    twisted=daphne/twisted
 | 
					    twisted=daphne/twisted
 | 
				
			||||||
packages =
 | 
					 | 
				
			||||||
    daphne
 | 
					 | 
				
			||||||
    twisted.plugins
 | 
					 | 
				
			||||||
include_package_data = True
 | 
					include_package_data = True
 | 
				
			||||||
install_requires =
 | 
					install_requires =
 | 
				
			||||||
    asgiref>=3.5.2,<4
 | 
					    asgiref>=3.5.2,<4
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user