Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pypi packaging + more #54

Open
wants to merge 6 commits into
base: phase0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ __pycache__/
*.so

# Distribution / packaging
.eggs/
.installed.cfg
.Python
env/
*.egg
*.egg-info/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
env/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
Expand All @@ -35,15 +35,15 @@ pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.cache
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
.tox/
*,cover
coverage.xml
htmlcov/
nosetests.xml

# Translations
*.mo
Expand Down Expand Up @@ -79,13 +79,13 @@ celerybeat-schedule
.env

# virtualenv
venv/
bin/
ENV/
local/
include/
bin/
local/
venv/

# sublime
# sublime
*.sublime-*


Expand All @@ -96,4 +96,3 @@ bin/
.ropeproject

.idea

Loading