Skip to content

Commit 723ef40

Browse files
committed
updated version 0.4
1 parent 5694c27 commit 723ef40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
from distutils.core import setup
2+
from storecompressfiles.class1 import encode
23
setup(
34
name = 'storecompressfiles',
45
packages = ['storecompressfiles'],
5-
version = '0.3',
6+
version = '0.4',
67
license='MIT',
78
description = 'Package can be used to store text files in compressed format i.e. allocating less space in the memory',
89
author = 'Ramandeep Singh',
910
author_email = 'raman77768@gmail.com',
1011
url = 'https://github.com/raman77768/storecompressfiles',
11-
download_url = 'https://github.com/raman77768/storecompressfiles/archive/v_0.3.tar.gz',
12-
keywords = ['compress', 'small size', 'memory'],
13-
install_requires=[],
12+
download_url = 'https://github.com/raman77768/storecompressfiles/archive/v_0.4.tar.gz',
13+
keywords = ['compress', 'small size', 'memory', 'encode', 'encryption'],
14+
install_requires=['pandas'],
1415
classifiers=[
1516
'Development Status :: 3 - Alpha',
1617
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)