Skip to content

Commit

Permalink
setup: remove package_data to allow global installs
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Jun 29, 2022
1 parent f2da1d4 commit ac04c5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

BASE_DIR = os.path.realpath(os.path.dirname(__file__))
VERSION = '2.1.0'
VERSION = '2.1.1'
PACKAGE_NAME = 'harlogger'
PACKAGES = [p for p in find_packages() if not p.startswith('tests')]

Expand Down Expand Up @@ -32,8 +32,6 @@ def get_description():
long_description_content_type='text/markdown',
cmdclass={},
packages=PACKAGES,
package_data={'': ['*.txt', '*.TXT', '*.json'], },
data_files=[('.', ['requirements.txt'])],
author='DoronZ',
install_requires=parse_requirements(),
entry_points={
Expand Down

0 comments on commit ac04c5f

Please sign in to comment.