Skip to content

Commit

Permalink
better setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Feb 1, 2020
1 parent 99c935e commit 509b86f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
from setuptools import setup
from setuptools import setup, Extension

def readme():
with open('README.md') as f:
return f.read()

DESC = "Create and verify common LDAP passwords and hashes"

setup(name='pySSHA',
version='0.6',
description="Create and verify LDAP password and hash",
version='0.8.1',
description=DESC,
long_description=readme(),
long_description_content_type='text/markdown',
classifiers=['Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3'],
Expand Down

0 comments on commit 509b86f

Please sign in to comment.