Skip to content

Commit

Permalink
Fix some minor oversights in the conversion to pyproject.toml (#1226)
Browse files Browse the repository at this point in the history
There were a couple of issues that accidentally made it through in #1151.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #1226
  • Loading branch information
vyasr authored Feb 24, 2023
1 parent c085cdb commit fd6cdde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions python/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ recursive-include rmm *.pyx
# Build files. Don't use a recursive include on '.' in case the repo is dirty
include . CMakeLists.txt
recursive-include rmm CMakeLists.txt

# License
include LICENSE

# README
include README
1 change: 0 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,3 @@ skip = [

[tool.setuptools]
license-files = ["LICENSE"]
zip-safe = false
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
setup(
packages=find_packages(include=["rmm", "rmm.*"]),
include_package_data=True,
zip_safe=False,
)

0 comments on commit fd6cdde

Please sign in to comment.