Skip to content

Commit

Permalink
Add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Putt authored and Robert Putt committed Aug 3, 2024
1 parent 5ba978d commit cd8c47b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from setuptools import setup, find_packages


setup(
name="https_dns_proxy",
version="1.0",
packages=find_packages(),
)

0 comments on commit cd8c47b

Please sign in to comment.