Skip to content

Commit

Permalink
Update setup. Add build artefacts to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ninezerozeronine committed May 19, 2019
1 parent db0baae commit 09d06c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ docs/_build
src/python/.pytest_cache
src/python/.coverage
src/python/cov_html
build
dist
src/*.egg-info
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages

setup(
name="eight_bit_computer_amptest",
name="eight-bit-computer",
version="0.0.1",
author="Andy Palmer",
author_email="contactninezerozeronine@gmail.com",
description="Tools to build a physical eight bit computer.",
url="https://github.com/ninezerozeronine/eight_bit_computer",
url="https://github.com/ninezerozeronine/eight-bit-computer",
packages=find_packages('src'),
package_dir={'': 'src'},
)

0 comments on commit 09d06c5

Please sign in to comment.