Skip to content

Commit

Permalink
Adding description to project for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JimCircadian committed Oct 26, 2024
1 parent ad6a583 commit 7b20c39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from setuptools import setup

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

setup(
name = 'pyremotenode',
packages = [
Expand All @@ -18,6 +21,9 @@
author = 'James Byrne',
author_email = '[email protected]',
url = 'http://www.github.com/antarctica/pyremotenode',
description="A service library for controlling low power devices",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
# TODO: need to sort this out, comes from jimcircadian/apscheduler for python3.2 compatibility
"apscheduler==3.0.8",
Expand Down

0 comments on commit 7b20c39

Please sign in to comment.