Skip to content

Commit

Permalink
Dist Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
russfeld committed Mar 4, 2021
1 parent 41a8130 commit ebd909e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,4 +1,6 @@
__pycache__/
.tox
reports/
.coverage
.coverage
build
*.egg-info/
Binary file added dist/cc410-0.1.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/cc410-0.1.0.tar.gz
Binary file not shown.
8 changes: 8 additions & 0 deletions setup.py
@@ -1,3 +1,11 @@
"""Setup file for packaging.
See https://packaging.python.org/tutorials/packaging-projects/
Author: Russell Feldhausen
Version: 0.1
"""

import setuptools

setuptools.setup()
5 changes: 5 additions & 0 deletions test/register/__init__.py
@@ -0,0 +1,5 @@
"""Meta package for all cc410.register test packages.
Author: Russell Feldhausen russfeld@ksu.edu
Version: 0.1
"""

0 comments on commit ebd909e

Please sign in to comment.