File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11requests == 2.32.0
22requests_ntlm [NTLMAuthentication ]
3- setuptools == 65.5 .1
3+ setuptools == 70.1 .1
44msal == 1.28.0
55pytz == 2021.1
66# The codebase uses "Self" and "Required" available in the typing module
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- coding: utf-8 -*-
33import io
4- from distutils .core import setup
54
6- import setuptools
5+ from setuptools import setup , find_packages
76
87with io .open ("README.md" , mode = "r" , encoding = "utf-8" ) as fh :
98 long_description = fh .read ()
4847 "Programming Language :: Python :: 3.10" ,
4948 "Programming Language :: Python :: 3.11" ,
5049 ],
51- packages = setuptools . find_packages (
50+ packages = find_packages (
5251 exclude = [
5352 "tests" ,
5453 "tests.*" ,
You can’t perform that action at this time.
0 commit comments