File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Don't version virtual environment
22venv /
33
4+ # Don't version pipenv
5+ Pipfile *
6+
47# Don't version client secrets and user credentials
58dev_client_secret.json
69storage.json
Original file line number Diff line number Diff line change 1+ include README.rst
2+
3+ include LICENSE
Original file line number Diff line number Diff line change 66
77setup (
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" ,
You can’t perform that action at this time.
0 commit comments