diff --git a/PKG-INFO b/PKG-INFO index 2a3bc12..9792e4d 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,13 @@ -Metadata-Version: 1.0 +Metadata-Version: 2.1 Name: ldapdomaindump Version: 0.9.3 Summary: Active Directory information dumper via LDAP Home-page: https://github.com/dirkjanm/ldapdomaindump/ Author: Dirk-jan Mollema Author-email: dirkjan@sanoweb.nl -License: UNKNOWN -Description: UNKNOWN +License: MIT Platform: UNKNOWN +License-File: LICENSE + +UNKNOWN + diff --git a/ldapdomaindump.egg-info/PKG-INFO b/ldapdomaindump.egg-info/PKG-INFO index 2a3bc12..9792e4d 100644 --- a/ldapdomaindump.egg-info/PKG-INFO +++ b/ldapdomaindump.egg-info/PKG-INFO @@ -1,10 +1,13 @@ -Metadata-Version: 1.0 +Metadata-Version: 2.1 Name: ldapdomaindump Version: 0.9.3 Summary: Active Directory information dumper via LDAP Home-page: https://github.com/dirkjanm/ldapdomaindump/ Author: Dirk-jan Mollema Author-email: dirkjan@sanoweb.nl -License: UNKNOWN -Description: UNKNOWN +License: MIT Platform: UNKNOWN +License-File: LICENSE + +UNKNOWN + diff --git a/setup.py b/setup.py index 8a1b0e7..c5e7c1b 100644 --- a/setup.py +++ b/setup.py @@ -9,5 +9,6 @@ install_requires=['dnspython', 'ldap3>=2.5,!=2.5.2,!=2.5.0,!=2.6', 'future'], package_data={'ldapdomaindump': ['style.css']}, include_package_data=True, - scripts=['bin/ldapdomaindump', 'bin/ldd2bloodhound', 'bin/ldd2pretty'] + scripts=['bin/ldapdomaindump', 'bin/ldd2bloodhound', 'bin/ldd2pretty'], + license="MIT", )