mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 00:07:09 +08:00
Switch to setuptools (#911)
This commit is contained in:
3
setup.py
3
setup.py
@@ -1,8 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
from distutils.core import setup
|
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
from setuptools import find_packages
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
def find_stub_files(name: str) -> List[str]:
|
def find_stub_files(name: str) -> List[str]:
|
||||||
|
|||||||
Reference in New Issue
Block a user