Skip to content

Commit

Permalink
Adds pyrroma
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Apr 30, 2018
1 parent a1784fa commit 2fddee8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

install_requires=REQUIRED,
include_package_data=True,
zip_safe=False,

license='MIT',
classifiers=[
Expand All @@ -45,6 +46,13 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
],
keywords=[
'dotenv',
'.env',
'tempaltes',
'secrets',
'CI/CD',
],

entry_points={
'console_scripts': [
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ deps =
flake8
pytest-flake8
pytest
pyroma
commands =
pip install -e .
pytest
pyroma .

0 comments on commit 2fddee8

Please sign in to comment.