Skip to content

Commit

Permalink
Building Jfrog artifacts - find packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gbingoly committed May 28, 2024
1 parent 396a285 commit 8f93523
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
Expand Up @@ -4,7 +4,7 @@
import sys
import codecs

from setuptools import setup
from setuptools import setup, find_packages


if sys.version_info < (2, 7):
Expand Down Expand Up @@ -59,7 +59,7 @@
"Topic :: Utilities",
],

packages = ['cinje'],
packages = find_packages(),
include_package_data = True,
package_data = {'': ['README.rst', 'LICENSE.txt']},
namespace_packages = [],
Expand Down

0 comments on commit 8f93523

Please sign in to comment.