Skip to content

Commit

Permalink
Add pypi distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-jayapalan committed Sep 21, 2022
1 parent c2310fd commit c5466fb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed dist/filesplit-3.0.2.tar.gz
Binary file not shown.
Binary file removed dist/filesplit-4.0.0-py3-none-any.whl
Binary file not shown.
Binary file removed dist/filesplit-4.0.0.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ def get_long_desc() -> str:

setup(
name="filesplit",
version="4.0.0",
version="4.0.1",
description="Python module that is capable of splitting files and merging it back.",
long_description=get_long_desc(),
author="Ramprakash Jayapalan",
author_email="ramp16888@gmail.com",
url="https://github.com/ram-jayapalan/filesplit",
download_url="https://github.com/ram-jayapalan/filesplit/archive/refs/tags/v4.0.0.tar.gz",
download_url="https://github.com/ram-jayapalan/filesplit/archive/refs/tags/v4.0.1.tar.gz",
keywords="file split, filesplit, split file, splitfile",
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit c5466fb

Please sign in to comment.