Skip to content

Commit

Permalink
Cheap and dirty hack to avoid badges being injected on Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienFaure committed Feb 20, 2024
1 parent 85d26f0 commit e88519a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.51
1.0.52
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
url="https://github.com/franc-pentest/ldeep",
license="MIT",
description="In-depth ldap enumeration utility",
long_description=codecs.open("README.rst", "rb", "utf8").read(),
long_description=''.join(open("README.rst").readlines()[15:]),

# Classifiers (see https://pypi.python.org/pypi?%3Aaction=list_classifiers)
classifiers=[
Expand Down

0 comments on commit e88519a

Please sign in to comment.