Skip to content

Commit

Permalink
move source for the setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 19, 2017
1 parent 28c19b1 commit 8347a7c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1,3 +1,7 @@
*.pyc
coverage.html/*
.coverage
dist/*
build/*
*egg-info/*

13 changes: 13 additions & 0 deletions setup.py
@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-

from distutils.core import setup
from setuptools import find_packages

setup(name='td1a_unit_test_ci',
version='0.1',
description="module très simple pour essayer l'inégration continue",
author='Xavier Dupré',
author_email='xavier.dupre@gmail.com',
url='https://github.com/sdpython/td1a_unit_test_ci',
packages=find_packages(),
)
Empty file added td1a_unit_test_ci/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit 8347a7c

Please sign in to comment.