- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
15 lines (14 loc) · 383 Bytes
/
Copy pathsetup.py
File metadata and controls
15 lines (14 loc) · 383 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fromdistutils.coreimportsetup
setup(
name='validation21',
packages=['validation21'],
version='0.2.7',
description='Validation library for Python.',
author='Brian S Morgan',
author_email='brian.s.morgan@gmail.com',
url='https://github.com/bmorgan21/python-validation',
install_requires=[
'enum21>=0.2.0',
'python-dateutil'
],
)