1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-01-21 23:38:58 +00:00

53 Commits

Author SHA1 Message Date
dependabot[bot]
200ed88bd9 Bump pyyaml from 5.4.1 to 6.0
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.4.1...6.0)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 08:58:31 +03:00
b86ef30397
migrate to poetry 2021-10-09 15:09:07 +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 7ad0b4d3d856e4f4d23ddb24209bfea6a2ac3f6d.

* Revert "bdist_wheel universal"

This reverts commit 5027866b3904f5765a1a0681c987f6b1f0431edb.

* no-local-version

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