Skip to content

Commit

Permalink
docs: pypi deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindkopperud committed Mar 18, 2022
1 parent 6e1c5af commit c2471f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion enumchoicefield/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.0.0'
version = '2.0.1'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@


setup(
name='django-enumchoicefield',
name='django-enumchoicefield-fork',
version=version,
description='A choice field for Django using native Python Enums',
long_description=readme,
author='Tim Heap',
author_email='[email protected]',
url='https://github.com/timheap/django-enumchoicefield',
url='https://github.com/eivind-kopperud/django-enumchoicefield-fork',

install_requires=['Django>=2.0'],
install_requires=['Django>=4.0'],
zip_safe=False,
license='BSD License',

Expand Down
13 changes: 4 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
skip_missing_interpreters = True

envlist =
py34-dj{20}
py35-dj{20,21,22}
py36-dj{20,21,22,30}
py37-dj{20,21,22,30}
py38-dj{22,30}
py37-40dj
py38-40dj
py39-40dj
flake8,isort,docs

[testenv]
Expand All @@ -18,10 +16,7 @@ passenv = DJANGO_SETTINGS_MODULE DATABASE_URL

deps =
-rrequirements-test.txt
dj20: Django~=2.0.0
dj21: Django~=2.1.0
dj22: Django~=2.2.0
dj30: Django~=3.0.0
dj40: Django~=4.0.0
postgres: psycopg2
mysql: mysqlclient

Expand Down

0 comments on commit c2471f6

Please sign in to comment.