Skip to content

Commit 92daf63

Browse files
committed
Update setup.py
1 parent 9d46eca commit 92daf63

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66

77
setup(
88
name="pyrootutils",
9-
version="0.0.0",
9+
version="1.0.0",
1010
license="MIT",
11-
description="A simple python package to solve all of your problems with pythonpath, working directory, file paths and module imports.",
11+
description="Simple package for setting up the root of the project.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14+
url="https://github.com/ashleve/pyrootutils",
1415
author="ashleve",
1516
author_email="ashlevegalaxy@gmail.com",
16-
url="https://github.com/ashleve/pyrootutils",
1717
packages=find_packages(),
1818
python_requires=">=3.7.0",
19+
include_package_data=True,
1920
install_requires=["python-dotenv"],
2021
tests_require=["pytest"],
2122
)

0 commit comments

Comments
 (0)