Skip to content

Commit

Permalink
Adjust setup.py to include additional data
Browse files Browse the repository at this point in the history
This commit adjusts the `setup.py` to include additional data defined in
`MANIFEST.in`.

It also remove some unnecessary data from the `MANIFEST.in`.
  • Loading branch information
JAVGan committed Feb 8, 2023
1 parent 2fbb1f2 commit f8df0ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
include MANIFEST.in
include README.md
include LICENSE
include requirements.txt
recursive-include tests *
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
url='https://gitlab.cee.redhat.com/stratosphere/cloudpub',
license='GPLv3+',
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit f8df0ff

Please sign in to comment.