File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- ## FileZen
1
+ ## Filezen
2
2
[ ![ Documentation Status] ( https://readthedocs.org/projects/filezen/badge/?version=latest )] ( https://filezen.readthedocs.io/en/latest/?badge=latest )
3
3
![ License Badge] ( https://img.shields.io/github/license/ab-anand/FileZen?color=red )
4
4
Original file line number Diff line number Diff line change 1
1
# Version of Filezen package
2
- VERSION = "1.1.0 "
2
+ VERSION = "1.1.1 "
Original file line number Diff line number Diff line change 12
12
13
13
14
14
setup (
15
- name = 'FileZen ' ,
15
+ name = 'Filezen ' ,
16
16
author = 'Abhinav Anand' ,
17
17
version = VERSION ,
18
18
author_email = 'abhinavanand1905@gmail.com' ,
28
28
# dependency_links=dependency_links,
29
29
# adding package data to it
30
30
packages = find_packages (exclude = ['contrib' , 'docs' ]),
31
- download_url = 'https://github.com/ab-anand/FileZen /tarball/' + __version__ ,
31
+ download_url = 'https://github.com/ab-anand/Filezen /tarball/' + __version__ ,
32
32
classifiers = [
33
33
'Intended Audience :: Developers' ,
34
34
'License :: OSI Approved :: MIT License' ,
35
35
'Natural Language :: English' ,
36
36
'Programming Language :: Python' ,
37
+ 'Programming Language :: Python :: 2.7' ,
37
38
'Programming Language :: Python :: 3' ,
38
39
'Programming Language :: Python :: 3.4' ,
39
40
"Programming Language :: Python :: 3.6" ,
You can’t perform that action at this time.
0 commit comments