Skip to content

Commit

Permalink
find_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vepkenez committed Mar 29, 2022
1 parent 60662b7 commit 6bcadde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

from setuptools import setup
from setuptools import setup, find_packages
from pathlib import Path
from typing import Dict

Expand Down Expand Up @@ -32,7 +32,8 @@
]

setup(
py_modules=['nucypher_ops'],
packages=find_packages(),
include_package_data=True,
name=ABOUT['__title__'],
url=ABOUT['__url__'],
version=ABOUT['__version__'],
Expand Down

0 comments on commit 6bcadde

Please sign in to comment.