Skip to content

Commit

Permalink
Tagging new version
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSec committed May 13, 2024
1 parent fa952c6 commit 55f7e59
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
from setuptools import setup

setup(
name = 'dnsdumpster',
packages = ['dnsdumpster'], # this must be the same as the name above
version = '0.8',
description = 'DNS Dumpster lib',
author = 'Paul Sec',
author_email = '[email protected]',
url = 'https://github.com/PaulSec/API-dnsdumpster.com',
download_url = 'https://github.com/PaulSec/API-dnsdumpster.com/tarball/0.8',
keywords = ['dnsdumpster', 'dns', 'harvesting'],
install_requires=["bs4", "requests"],
classifiers = [],
name="dnsdumpster",
packages=["dnsdumpster"], # this must be the same as the name above
version="0.9",
description="DNS Dumpster lib",
author="Paul Sec",
author_email="[email protected]",
url="https://github.com/PaulSec/API-dnsdumpster.com",
download_url="https://github.com/PaulSec/API-dnsdumpster.com/tarball/0.9",
keywords=["dnsdumpster", "dns", "harvesting"],
install_requires=["bs4", "requests"],
classifiers=[],
)

0 comments on commit 55f7e59

Please sign in to comment.