Skip to content

Commit

Permalink
Merge pull request #2 Prepping the package for python dist
Browse files Browse the repository at this point in the history
  • Loading branch information
niwong authored May 13, 2021
2 parents bf016af + e3e736c commit 4a6f241
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
.pytest_cache
paubox_python.egg-info
*/__pycache__
*/**/__pycache__
.DS_Store
tests/config.cfg
tests/config.cfg

# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
# paubox_python.egg-info
/*.egg-info
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
url="https://github.com/Paubox/paubox-python3",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3.8.2",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: Apache Software License"
],
)

0 comments on commit 4a6f241

Please sign in to comment.