This website requires JavaScript.
Explore
Help
Register
Sign In
Benjamin_Loison
/
waybackpy
Watch
1
Star
0
Fork
0
You've already forked waybackpy
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7317bd7183
waybackpy
/
setup.py
4 lines
38 B
Python
Raw
Normal View
History
Unescape
Escape
Update setup.py
2020-05-05 07:20:09 +02:00
from
setuptools
import
setup
Version 1.2 with bug fixes and support for webpage retrieval (#4)
2020-05-05 05:33:16 +02:00
Format and lint codes and fix packaging (#125) * add: configure files (setup.py->setup.py+setup.cfg+pyproject.toml) * add: __download_url__ * format with black and isort * fix: flake8 section in setup.cfg * add: E501 to flake ignore * fix: metadata.name does not accept attr * fix: merge __version__.py into __init__.py * fix: flake8 errors in tests/ * fix: datetime.datetime -> datetime * fix: banner * fix: ignore W605 for banner * fix: way to install deps in CI * add: versem to setuptools * fix: drop python<=3.6 (#126) from package and CI
2022-02-03 14:43:39 +01:00
setup
(
)
Reference in New Issue
Copy Permalink