FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
effect/setup.cfg at master · python-effect/effect · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-effect
/
effect
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
386
Code
Issues
10
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
effect
/
setup.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (8 loc) · 339 Bytes
Breadcrumbs
effect
/
setup.cfg
Copy path
File metadata and controls
9 lines (8 loc) · 339 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
[bdist_wheel]
#
This flag says that the code is written to work on both Python 2 and Python
#
3. If at all possible, it is good practice to do this. If you cannot, you
#
will need to generate wheels for each Python version that you support.
universal
=1
[flake8]
max-line-length
= 100
ignore
= E131,E301,E302,E731,W503,E701,E704,E722,E203
Back
|
FazBrowse Home
|
New Git URL