Skip to content

Commit

Permalink
switch url (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton authored Feb 26, 2024
1 parent a0b77c7 commit 13962e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,23 @@ def _prepare_extras(requirements_dir: str = _PATH_REQUIRES, skip_files: tuple =
author=about.__author__,
author_email=about.__author_email__,
url=about.__homepage__,
download_url="https://github.com/Lightning-AI/lit-data",
download_url="https://github.com/Lightning-AI/litdata",
license=about.__license__,
packages=find_packages(where="litdata"),
package_dir={"": "litdata"},
long_description=readme,
long_description_content_type="text/markdown",
include_package_data=True,
zip_safe=False,
keywords=["deep learning", "pytorch", "AI"],
keywords=["deep learning", "pytorch", "AI", "streaming", "cloud", "data processing"],
python_requires=">=3.8",
setup_requires=["wheel"],
install_requires=_load_requirements(),
extras_require=_prepare_extras(),
project_urls={
"Bug Tracker": "https://github.com/Lightning-AI/lit-data/issues",
"Documentation": "https://lightning-ai.github.io/lit-data/",
"Source Code": "https://github.com/Lightning-AI/lit-data",
"Bug Tracker": "https://github.com/Lightning-AI/litdata/issues",
"Documentation": "https://lightning-ai.github.io/litdata/",
"Source Code": "https://github.com/Lightning-AI/litdata",
},
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit 13962e9

Please sign in to comment.