-
Notifications
You must be signed in to change notification settings - Fork 2
Add dependencies to setup.py. #21
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 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
61d6665
add deps:
tobiasraabe b4fe9a5
Apply suggestions from code review
tobiasraabe 6a1736f
to changes.
tobiasraabe a351a8c
Merge branch 'add-dependencies-to-setup-py' of https://github.com/pyt…
tobiasraabe f75de9f
fix.
tobiasraabe 850782d
add badge.
tobiasraabe 88c30b8
Fix.
tobiasraabe 2c6ac1b
fix ordering.
tobiasraabe 4010207
fix.
tobiasraabe 2131f7b
fix.
tobiasraabe 67584c1
reorder.
tobiasraabe d0e2d58
Fix version.
tobiasraabe 10dbf47
fix version.
tobiasraabe c3a6af5
fix.
tobiasraabe c1775c6
fix.
tobiasraabe 33826be
fix.
tobiasraabe 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 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 |
---|---|---|
|
@@ -25,7 +25,6 @@ | |
long_description_content_type="text/x-rst", | ||
author="Tobias Raabe", | ||
author_email="[email protected]", | ||
python_requires=">=3.6", | ||
url=PROJECT_URLS["Github"], | ||
project_urls=PROJECT_URLS, | ||
license="MIT", | ||
|
@@ -39,9 +38,15 @@ | |
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
], | ||
platforms="any", | ||
install_requires=[ | ||
"pytask >= 0.0.11", | ||
"latex-dependency-scanner", | ||
], | ||
python_requires=">=3.6", | ||
entry_points={"pytask": ["pytask_latex = pytask_latex.plugin"]}, | ||
packages=find_packages(where="src"), | ||
package_dir={"": "src"}, | ||
entry_points={"pytask": ["pytask_latex = pytask_latex.plugin"]}, | ||
platforms="any", | ||
include_package_data=True, | ||
zip_safe=False, | ||
) |
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.