1
0
mirror of https://github.com/bspeice/dtparse synced 2025-07-01 22:06:31 -04:00

Merge pull request #42 from michel-slm/dont-ship-python

Don't ship Python scripts
This commit is contained in:
bspeice
2023-06-09 17:32:47 -04:00
committed by GitHub

View File

@ -7,6 +7,7 @@ repository = "https://github.com/bspeice/dtparse.git"
readme = "README.md"
categories = ["date-and-time"]
license = "Apache-2.0"
exclude = ["/*.py"]
[badges]
travis-ci = { repository = "bspeice/dtparse" }