-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Move package metadata into pyproject.toml and all other python code into separate file #4970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 31 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
a6f02b7
Move package metadata into pyproject.toml and all other python code i…
marthacryan 7be470b
Cleanup extra changes
marthacryan 7170a51
Revert changes to command names
marthacryan 6a2d9bc
Add version attr
marthacryan 37807da
Add correct output directory for artifacts
marthacryan 41cd025
Move version into separate file
marthacryan 7fd6870
Attempt to fix version issues
marthacryan cdd0204
Attempt to fix version issues
marthacryan 48cc36a
Merge with master
marthacryan 9795406
Add pip install editable to CI config
marthacryan 39750d5
Add version attribute
marthacryan 937ad46
Remove extra reference to version.py
marthacryan 0d06ded
Code format
marthacryan ca9aa0a
Explicitly import importlib.metadata
marthacryan ec7c557
Add __name__ == main wrapper around command line arg parsing
marthacryan 6ea167d
update to python 3.9 for dev build to fix importlib error
marthacryan 6f40cdc
Remove unnecessary widget version
marthacryan 2ef2559
Update version of python for dev build CI
marthacryan 634c787
Add pip install editable
marthacryan 8abdeaf
Add pyproject.toml to conda recipe
marthacryan dafa57f
Fix filepath in conda recipe
marthacryan 370efcd
Fix accessing of pyproject.toml version in conda recipe
marthacryan dc1b55b
Merge with master
marthacryan 011d410
Remove setup.py from root
marthacryan 48e7de3
Fix filepath in commands.py
marthacryan d1905cb
Use new variable name for project root in commands.py
marthacryan f68d997
Remove conda from CI and release
marthacryan 2a366ef
Add license file and pytest to pyproject.toml
marthacryan 69897ae
Fix syntax issues with pyproject.toml
marthacryan bcfa6a7
Update release instructions
marthacryan 1f1dae9
remove versioneer from manifest.in
marthacryan 2ca6dae
Pin narwhals version
marthacryan a7499c1
Update pyproject.toml
marthacryan 56d2096
Remove wheel install from CI
marthacryan ac57d7d
Merge branch 'use-pyprojecttoml' of github.com:plotly/plotly.py into …
marthacryan c6992fc
Update pin of pandas instead of narwhals
marthacryan 5111cfa
Merge branch 'master' of github.com:plotly/plotly.py into use-pyproje…
marthacryan 15a7028
Move tests out of the plotly directory
marthacryan f3db071
Rename any references to plotly/tests with just tests
marthacryan 6acd25a
Move plotly_utils tests into root tests directory
marthacryan 0c343ef
Reset filepath to one that will cause import to fail
marthacryan 98f2c8f
Fix filepath in optional_imports test
marthacryan 28a5b74
Update filepaths to plotly_utils tests
marthacryan 39032fb
Black
marthacryan 4573074
Black
marthacryan 10b2b87
Merge with master
marthacryan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
include LICENSE.txt | ||
include README.md | ||
include versioneer.py | ||
include plotly/_version.py | ||
include requires-install.txt | ||
include requires-express.txt | ||
include plotly/package_data/widgetbundle.js |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.