Skip to content

Commit

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

from distutils.core import setup
from setuptools import setup, find_packages

setup(name='jencrypt',
version='2.0.2',
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'],
packages=find_packages(),
python_requires='>=3',
)

0 comments on commit e51312b

Please sign in to comment.