Skip to content

Commit

Permalink
Correcting packages in setup,py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesridgway committed Dec 23, 2020
1 parent 44a23d9 commit 1bdb3d0
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,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages
import subprocess


Expand All @@ -22,6 +22,6 @@ def get_version():
author='James Ridgway',
url='https://github.com/jamesridgway/devdeck_core',
license='MIT',
packages=['devdeck.core'],
packages=find_packages(),
install_requires=install_reqs
)

0 comments on commit 1bdb3d0

Please sign in to comment.