Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed May 8, 2024
1 parent 06ca4bb commit adfbea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

with open("draken/version.py", "r") as v:
with open("draken/__version__.py", "r") as v:
vers = v.read()
exec(vers) # nosec

Expand All @@ -21,7 +21,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
maintainer="Joocer",
author="joocer",
author=__author__,
author_email="justin.joyce@joocer.com",
packages=find_packages(include=["draken", "draken.*"]),
url="https://github.com/mabel-dev/draken/",
Expand Down

0 comments on commit adfbea3

Please sign in to comment.