Skip to content

Updated server/setup.py and client/package.json#847

Merged
f4str merged 1 commit intomainfrom
fix-package
Jul 20, 2021
Merged

Updated server/setup.py and client/package.json#847
f4str merged 1 commit intomainfrom
fix-package

Conversation

@f4str
Copy link

@f4str f4str commented Jul 15, 2021

Updated server/setup.py to remove include_package_data=True. Although, it is used by other projects in girder, since this project does not use MANIFEST.in file, this option should not be used. This option does not matter since it is being deployed using docker, but if the Python project were to ever be published to pypa using bdist, this would cause issues

As discussed, changed the version in server/setup.py to 1.0.0 since this will not be updated and should be kept at a consistent number.

Fixed the packages=find_packages in server/setup.py to include the correct directory names.

Changed the license field in server/setup.py to the correct Apache license name and updated the classifiers in server/setup.py to include all valid Python versions. This is what is used by other projects in girder.

Added the license field in client/package.json so yarn stops complaining.

@f4str f4str requested a review from subdavis July 15, 2021 14:48
@f4str f4str merged commit e200014 into main Jul 20, 2021
@f4str f4str deleted the fix-package branch July 20, 2021 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants