Skip to content

Commit 6b5b06c

Browse files
committed
Release v 1.0.0a4
1 parent 95d4359 commit 6b5b06c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Don't version virtual environment
22
venv/
33

4+
# Don't version pipenv
5+
Pipfile*
6+
47
# Don't version client secrets and user credentials
58
dev_client_secret.json
69
storage.json

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include README.rst
2+
3+
include LICENSE

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66

77
setup(
88
name="lectocal",
9-
version="1.0.0a3",
9+
version="1.0.0a4",
1010
description="Syncronize Lectio schedules to Google Calendar.",
1111
long_description=long_description,
1212
url="https://github.com/Hanse00/LecToCal",
13-
author="Philip Peder Hansen",
14-
author_email="me@philiphansen.dk",
13+
author="Philip Mallegol-Hansen",
14+
author_email="philip@mallegolhansen.com",
1515
license="Apache 2.0",
16+
python_requires=">=3",
1617
classifiers=[
1718
# Development Status
1819
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)