Generate copyright.
- format: 
© {year} {name} - example: 
© 2020 ytyaru 
- Python 2.7
 - Python 3
 
pip2 install --user -i https://test.pypi.org/simple/ Copyright
pip3 install --user -i https://test.pypi.org/simple/ Copyrightfrom Copyright import Copyright Copyright.Generator()
Copyright.Generator('Your name')- The year is local time. Not UTC time.
 - Only TestPyPI was registered. Could not register with PyPI. #1, #2
 
ytyaru
This software is CC0 licensed.
