Skip to content

Commit 8d8de62

Browse files
committed
chore: merge dev for .toml file changes
1 parent 11d27dd commit 8d8de62

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description="Generate profile report for pandas DataFrame"
1111
readme = "README.md"
12-
requires-python=">=3.7, <3.13"
12+
requires-python=">=3., <3.13"
1313
keywords=["pandas", "data-science", "data-analysis", "python", "jupyter", "ipython"]
1414
license = {text = "MIT"}
1515
classifiers=[

setup.py

-32
Original file line numberDiff line numberDiff line change
@@ -16,39 +16,7 @@
1616
version_file.write(f"__version__ = '{version}'")
1717

1818
setup(
19-
name="ydata-profiling",
2019
version=version,
21-
author="YData Labs Inc",
22-
author_email="[email protected]",
23-
url="https://github.com/ydataai/ydata-profiling",
24-
license="MIT",
25-
description="Generate profile report for pandas DataFrame",
26-
python_requires=">=3.7, <3.13",
27-
install_requires=requirements,
28-
package_data={
29-
"ydata_profiling": ["py.typed"],
30-
},
31-
classifiers=[
32-
"Development Status :: 5 - Production/Stable",
33-
"Topic :: Software Development :: Build Tools",
34-
"License :: OSI Approved :: MIT License",
35-
"Environment :: Console",
36-
"Operating System :: OS Independent",
37-
"Intended Audience :: Science/Research",
38-
"Intended Audience :: Developers",
39-
"Intended Audience :: Financial and Insurance Industry",
40-
"Intended Audience :: Healthcare Industry",
41-
"Topic :: Scientific/Engineering",
42-
"Framework :: IPython",
43-
"Programming Language :: Python :: 3",
44-
"Programming Language :: Python :: 3.7",
45-
"Programming Language :: Python :: 3.8",
46-
"Programming Language :: Python :: 3.9",
47-
"Programming Language :: Python :: 3.10",
48-
"Programming Language :: Python :: 3.11",
49-
"Programming Language :: Python :: 3.12",
50-
],
51-
keywords="pandas data-science data-analysis python jupyter ipython",
5220
long_description=long_description,
5321
long_description_content_type="text/markdown",
5422
options={"bdist_wheel": {"universal": True}},

0 commit comments

Comments
 (0)