Skip to content

Commit

Permalink
VERSION 0.0.1!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorhoj committed Nov 22, 2021
1 parent 8f783be commit 81fa4ab
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import setuptools

with open("README.md", "r") as f:
long_description = f.read()

setuptools.setup(
name="lectio.py",
version="0.0.1",
author="dnorhoj",
author_email="daniel.norhoj@gmail.com",
description="Interact with lectio through python",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/dnorhoj/lectio.py",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
)

0 comments on commit 81fa4ab

Please sign in to comment.