File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- VERSION = "2.1.4 "
1+ VERSION = "2.1.5 "
Original file line number Diff line number Diff line change 11import os
2- from distutils . core import setup
2+ from setuptools import setup
33
44import dpath .version
55
2525 scripts = [],
2626 packages = ["dpath" ],
2727 data_files = [],
28+ package_data = {"dpath" : ["py.typed" ]},
2829
2930 # Type hints are great.
3031 # Function annotations were added in Python 3.0.
4344 'License :: OSI Approved :: MIT License' ,
4445 'Natural Language :: English' ,
4546 'Programming Language :: Python :: 3' ,
47+ 'Programming Language :: Python :: 3.7' ,
48+ 'Programming Language :: Python :: 3.8' ,
49+ 'Programming Language :: Python :: 3.9' ,
50+ 'Programming Language :: Python :: 3.10' ,
4651 'Topic :: Software Development :: Libraries :: Python Modules' ,
52+ 'Typing :: Typed' ,
4753 ],
4854 )
You can’t perform that action at this time.
0 commit comments