Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Descent098 committed Jan 29, 2020
1 parent fe5c0e2 commit 628f2e0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,18 @@ def get_content(*filename):

setuptools.setup(
name = "pystall",
version = "0.2.0",
version = "0.2.1",
author = "Kieran Wood",
author_email = "kieran@canadiancoding.ca",
description = "A system to automate configuration and setup of fresh Operating systems.",
long_description = get_content("README.md", "CHANGELOG.md"),
long_description_content_type = "text/markdown",
url = "https://github.com/Descent098/pystall",
project_urls={ # Optional
'Docs': 'http://pystall.readthedocs.io/',
'Bug Reports': 'https://github.com/Descent098/pystall',
'Source': 'https://github.com/Descent098/pystall',
'Roadmap': 'https://github.com/Descent098/pystall/projects/1',
},
include_package_data = True,
packages = setuptools.find_packages(),
# entry_points = { # Waiting on implementation to uncomment
Expand All @@ -47,4 +52,4 @@ def get_content(*filename):
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
)
)

0 comments on commit 628f2e0

Please sign in to comment.