Skip to content

Commit

Permalink
Release v 1.0.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanse00 committed Apr 21, 2018
1 parent 95d4359 commit 6b5b06c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Don't version virtual environment
venv/

# Don't version pipenv
Pipfile*

# Don't version client secrets and user credentials
dev_client_secret.json
storage.json
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.rst

include LICENSE
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@

setup(
name="lectocal",
version="1.0.0a3",
version="1.0.0a4",
description="Syncronize Lectio schedules to Google Calendar.",
long_description=long_description,
url="https://github.com/Hanse00/LecToCal",
author="Philip Peder Hansen",
author_email="[email protected]",
author="Philip Mallegol-Hansen",
author_email="[email protected]",
license="Apache 2.0",
python_requires=">=3",
classifiers=[
# Development Status
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 6b5b06c

Please sign in to comment.