Buncha fix ups
renamed: .hgignore -> .gitignore new file: .gitlab-ci.yml new file: Makefile modified: README.rst new file: ago/__init__.py renamed: ago.py -> ago/ago.py new file: ago/tests/__init__.py renamed: test_ago.py -> ago/tests/test_ago.py new file: requirements-test.txt modified: setup.py
This commit is contained in:
parent
e09188f666
commit
16d2dc15f6
10 changed files with 43 additions and 12 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
*.pyc
|
||||
*.swp
|
||||
*.orig
|
||||
*.egg*
|
||||
*.gz
|
||||
build/*
|
||||
.cache/*
|
||||
env/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue