Skip to content

Commit

Permalink
add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesZBL committed Feb 23, 2021
1 parent 046ec87 commit ed817ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env python3

from distutils.core import setup

setup(name='jencrypt',
version='2.0.1',
description='File and directory encryption tool for automatically mounting data volumes',
author='JamesZBL',
author_email='[email protected]',
url='https://github.com/JamesZBL/jencrypt',
packages=['watchdog'],
)

0 comments on commit ed817ff

Please sign in to comment.