Skip to content

Commit

Permalink
Merge 8cd65c6 into 8f2abec
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Jun 2, 2018
2 parents 8f2abec + 8cd65c6 commit 89edf64
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include README.md
2 changes: 2 additions & 0 deletions requirements-dev.txt
Expand Up @@ -2,4 +2,6 @@ coverage
mock
pre-commit
pytest
setuptools>=38.6.0
twine
wheel>=0.31.0
7 changes: 7 additions & 0 deletions setup.py
Expand Up @@ -5,12 +5,19 @@
from setuptools import setup


with open('README.md') as f:
long_description = f.read()


setup(
name='rustenv',
description='Virtual, activate-able environments for Rust',
url='https://github.com/chriskuehl/rustenv',
version='0.0.1',

long_description=long_description,
long_description_content_type='text/markdown',

author='Chris Kuehl',
author_email='ckuehl@ckuehl.me',

Expand Down

0 comments on commit 89edf64

Please sign in to comment.