1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-09-21 00:48:02 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
80e15b0622
fix type errors
with mypy --strict
2022-06-04 18:47:54 +03:00
edd6c39dcb
more types in sync 2022-06-04 00:40:15 +03:00
Glenn Waters
70278c1542 Format with black. 2022-03-08 10:46:21 -05:00
f0a7668fcd
fix typo 2022-02-24 12:34:41 +03:00
693c6c4359
overwrite events without updated field 2022-02-22 10:15:05 +03:00
052ba440d0
type aliases 2021-05-19 12:55:54 +03:00
19192d1641
fix _tz_aware_datetime return type 2021-04-30 11:08:56 +03:00
6c571df7bc
type annotations - sync 2021-04-29 17:10:35 +03:00
0f9a8d7a74
lint sync 2020-03-07 18:34:31 +03:00
a96050628a
Feature: setup (#15)
* add files for setup

* ! package rename

* move scripts

* + setuptools_scm_git_archive

* + fallback_version

* + setuptools_scm_git_archive to setup.cfg

* bdist_wheel universal

* ignore build/ and .eggs/

* don't use version from setuptools_scm

* Revert "don't use version from setuptools_scm"

This reverts commit 7ad0b4d3d8.

* Revert "bdist_wheel universal"

This reverts commit 5027866b39.

* no-local-version

* +workflow: Upload Python Package
2020-02-19 23:26:28 +03:00