Skip to content

Commit

Permalink
Merge pull request #7 from sourcelair/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
parisk authored Jul 23, 2018
2 parents 472cea1 + 5490fa1 commit 4b155f6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
from setuptools import setup

setup(
name="env-spec",
version="0.1.0",
description=(
"Fast, straightforward, validated environment configuration."
),
py_modules=["env_spec"],
url="https://github.com/sourcelair/env-spec-py",
author="SourceLair, Private Company",
author_email="[email protected]",
license="MIT",
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Software Development",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
keywords="environment configuration",
)

0 comments on commit 4b155f6

Please sign in to comment.