-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
13 lines (12 loc) · 797 Bytes
/
setup.py
File metadata and controls
13 lines (12 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
from setuptools import setup
setup(
name = 'relabel', # How you named your package folder (MyLib)
packages = ['relabel'], # Chose the same as "name"
version = '0.8', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'Rename files uniformly',# Give a short description about your library
long_description='Rename your files uniformfly with custom name of your own choice!'
author = 'Puja Chaudhury', # Type in your name
author_email = 'contact.pujachaudhury@gmail.com', # Type in your E-Mail
keywords = ['rename', 'relabel', 'images'],
zip_safe=False) # Keywords that define your package best